Skip to content

Commit

Permalink
Update objective.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoral authored and jeandut committed Jun 12, 2024
1 parent bf065d1 commit d6ceb54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions objective.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit d6ceb54

Please sign in to comment.