-
Updated
Jul 1, 2020
evaluation
Here are 463 public repositories matching this topic...
-
Updated
Jul 16, 2020 - Python
Currently It's really cumbersome to discover how to tweak the KLISPE APP.
There are a couple of hotkeys and url parameters documented here: http://blog.klipse.tech/clojure/2016/03/27/klipse-manual.html
Here are a couple of ideas - given by @pesterhazy how to do that:
- Like github.com narrow top bar
- Like reddit.com tab-like rider
- Like this
-
Updated
Jul 9, 2020 - Python
Currently we don't have tags related to a challenge. These tags could help to identify the challenge details by keyword such as targeted conference cvpr2020, neurips2021 etc.
Deliverables
- Add a
tagsfield (postgres array field, default=[], null=True) toChallengesModel - List tags associated with a challenge on the [challenge list page](https://evalai.cloudcv.org/web/
-
Updated
Jul 6, 2020 - Python
Hello, I'm getting back to clojure after a while. I am using spacemacs and updated to the current stable cider. However, when I open up a clojure file and do special-lispy-eval, I get this error:
[nREPL] Starting server via /home/mvilpas/bin/lein update-in :dependencies conj \[com.cemerick/pomegranate\ \"0.4.0\"\] -- update-in :dependencies conj \[org.tcrawley/dynapath\ \"0.2.5\"\] -- up
-
Updated
Jun 18, 2020 - Python
-
Updated
Feb 18, 2020 - Python
-
Updated
Oct 5, 2019 - Python
-
Updated
Jul 16, 2020 - PHP
-
Updated
Mar 4, 2020 - MATLAB
I think it may help to anyone who wants to apply or tests CR with a very simple example, or maybe add links to learn basics concepts.
-
Updated
Jul 14, 2020 - C#
It's a little annoying that the anonymised variable names sometimes but not always correspond to the table/column name they come from. E.g in some datasets like academic, the variable name is derived from the column name:
"sql": [
"SELECT JOURNALalias0.HOMEPAGE FROM JOURNAL AS JOURNALalias0 WHERE JOURNALalias0.NAME = \"journal_name0\" ;"
],
"variables":
-
Updated
Jul 3, 2020 - C++
-
Updated
Aug 3, 2019 - Go
Documentation on your simpleeval package (on github) has an explanation on how add ^ operator, but lacks an example of how operators paramater work
is through a dict with lambda, just like functions paramater work?
already tested the following and it was the only way I could make it work
s = SimpleEval()
s.operators[ast.BitOr] = op.or_
the problem with this is that Or
-
Updated
Jan 29, 2020 - Jupyter Notebook
-
Updated
Jun 2, 2020 - Python
-
Updated
Jun 9, 2020 - Python
-
Updated
May 9, 2020 - Python
-
Updated
May 9, 2020 - Python
-
Updated
Jul 16, 2020 - 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."

I was excited to see the introduction to modern Haskell as I find that it's very confusing to enter Haskell these days as many or most introductions doesn't actually match current practices (Text vs. String, cabal vs. plain GHC, etc). However, I was bewildered when the Cabal & Stack section didn't mention Stack. Is this merely waiting for someone to write it? At the very least, we should be