Skip to content

Commit

Permalink
changed docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
andrptrc committed Nov 20, 2024
1 parent 50608e6 commit 8d0e034
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ def __init__(self):
),
],
has_ai=False,
# OPTIONAL: CHANGE THE DOCS URL TO YOUR SERVICE'S DOCS
docs_url="https://docs.swiss-ai-center.ch/reference/core-concepts/service/",
docs_url="https://docs.swiss-ai-center.ch/reference/services/regression-benchmark/",
)
self._logger = get_logger(settings)

Expand Down Expand Up @@ -155,7 +154,7 @@ async def announce():

api_description = """This service benchmarks a dataset with various models and outputs the results sorted by accuracy.
In order for the service to work your dataset label column must be called "target".
Also to improve the results you may want to remove uneccessary columns from the dataset.
Also to improve the results you may want to remove unnecessary columns from the dataset.
Finally, avoid having multiple empty lines at the end of the file.
"""
api_summary = """This service benchmarks a dataset with various models and outputs the results sorted by accuracy.
Expand Down

0 comments on commit 8d0e034

Please sign in to comment.