-
Updated
Oct 23, 2020
systems
Here are 215 public repositories matching this topic...
-
Updated
Jan 22, 2020
-
Updated
Oct 22, 2020 - Java
-
Updated
Oct 4, 2020 - Python
The information is vended by the appropriate types, however, the typography and color information is more about the interface style and should be extracted from the classes themselves. More importantly, this is needed to sink the typography information into FontDescriptor.
-
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
To make NLP (Natural Language Processing) better, we need to update the corpus time to time with new additions of data.
-
Updated
Nov 6, 2020 - Python
-
Updated
Sep 17, 2019 - HTML
-
Updated
Dec 28, 2019 - PowerShell
-
Updated
Nov 6, 2020
-
Updated
Oct 27, 2020 - Python
In most cases, our pointers should never be null. By converting std::{shared,unique}_ptr types to nn_{shared,unique}_ptr
(nn library), the C++ type checker can statically verify that pointers are non-null.
-
Updated
Apr 4, 2020 - C++
-
Updated
Nov 2, 2020 - Shell
-
Updated
Oct 21, 2020 - C
-
Updated
Jul 31, 2019 - C
-
Updated
Oct 11, 2020 - Python
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