evaluation
Here are 660 public repositories matching this topic...
-
Updated
May 8, 2021
-
Updated
Jan 11, 2021 - Haskell
-
Updated
Oct 2, 2021 - HTML
-
Updated
Aug 25, 2021 - Python
Description
Currently, when a challenge link from EvalAI is shared users see a generic view of EvalAI homepage. We want the details specific to a challenge to be shown when a link is shared. Here's how it looks currently
Expected behavior:
T
-
Updated
Oct 12, 2021 - Python
-
Updated
Nov 15, 2021 - Python
-
Updated
Nov 6, 2021 - Python
-
Updated
Oct 20, 2021 - Emacs Lisp
-
Updated
Oct 30, 2021 - Python
-
Updated
Nov 16, 2021 - Python
We can wrap some import in a try ... catch statement so the user is not necessarily forced to install all the libraries, especially for the ones needed only by a specific strategy/logger.
e.g. quadprog, wandb, ...
-
Updated
Feb 18, 2020 - Python
-
Updated
Oct 12, 2021 - PHP
-
Updated
Oct 15, 2021 - Python
-
Updated
Nov 2, 2021 - Go
-
Updated
Jun 17, 2021 - Python
-
Updated
Sep 24, 2021 - Python
-
Updated
Apr 19, 2021 - MATLAB
-
Updated
Nov 9, 2021 - C#
-
Updated
Nov 10, 2021 - Python
-
Updated
Dec 29, 2020 - Python
-
Updated
Jul 31, 2021 - C++
-
Updated
Oct 28, 2021 - C#
-
Updated
Nov 10, 2021 - Python
-
Updated
Aug 24, 2021 - Python
Improve this page
Add a description, image, and links to the evaluation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the evaluation topic, visit your repo's landing page and select "manage topics."

f-strings offer better readability/performance than
str.formatand%, so we should use them in all places in our codebase unless there is good reason to keep the older syntax.