From d6ceb545f34507659121fe5d39e9dbbcaf647a86 Mon Sep 17 00:00:00 2001 From: Thomas Moreau Date: Wed, 12 Jun 2024 19:27:25 +0200 Subject: [PATCH] Update objective.py --- objective.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/objective.py b/objective.py index a645888..6cb855a 100644 --- a/objective.py +++ b/objective.py @@ -44,6 +44,9 @@ class Objective(BaseObjective): # Name to select the objective in the CLI and to display the results. name = "FLamby" + # Create a link in the result files from https://benchopt.github.io/results + url = "https://github.com/owkin/benchmark_flamby" + # Make it easy to install the benchmark install_cmd = "conda" requirements = [