-
Updated
Oct 8, 2020
systems
Here are 210 public repositories matching this topic...
-
Updated
Jan 22, 2020
-
Updated
Oct 13, 2020 - Java
-
Updated
Oct 4, 2020 - Python
-
Updated
Apr 1, 2020 - Python
-
Updated
Jun 9, 2019
-
Updated
Aug 13, 2020 - Python
-
Updated
Jun 2, 2020 - Jupyter Notebook
-
Updated
Dec 13, 2017 - HTML
There are certain cases where we can work on Reducing the time complexity of code.
One such instance is:
https://github.com/ritwik12/Virtual-Assistant/blob/2712a8917b4480e96350af33e58fd1e59c9192f2/analysis.c#L39
-
Updated
Oct 13, 2020 - Python
-
Updated
Sep 17, 2019 - HTML
-
Updated
Dec 28, 2019 - PowerShell
-
Updated
Oct 9, 2020 - Python
Our eye tracking code is currently written in Python. It needs to be ported to C++ for both performance and integration reasons. PyTorch has a nice C++ API that is pretty much identical to the Python API. So most of the porting process won't be on changing the neural net but rather the code that invokes it.
-
Updated
Apr 4, 2020 - C++
-
Updated
Sep 25, 2020 - Shell
-
Updated
Jul 31, 2019 - C
-
Updated
Oct 11, 2020 - Python
-
Updated
Oct 13, 2020 - C
-
Updated
Sep 4, 2020 - CSS
Improve this page
Add a description, image, and links to the systems topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the systems topic, visit your repo's landing page and select "manage topics."
For now only strings are accepted as the
measuresparameter inGridSearchCV,RandomizedSearchCV, andcross_validate. It's thus impossible to use those with measures that take specific parameters as input (e.g. #156 ), or to use custom measures.We should then accept callables in addition to strings.
Each callable should only take the
predictionsparameter. In order to handle measur