-
Updated
Oct 27, 2020 - Python
svd
Here are 304 public repositories matching this topic...
-
Updated
Oct 6, 2020 - Python
-
Updated
Nov 6, 2020 - Python
-
Updated
Aug 3, 2020 - Go
-
Updated
Nov 1, 2020 - R
-
Updated
Sep 4, 2020 - C++
-
Updated
Dec 31, 2019 - R
-
Updated
Aug 8, 2020 - Python
-
Updated
Dec 19, 2019 - Python
-
Updated
Jul 15, 2018 - Python
-
Updated
Jun 9, 2020 - Python
-
Updated
Jul 28, 2019 - R
-
Updated
Apr 29, 2018 - Jupyter Notebook
-
Updated
Jun 9, 2018 - Python
-
Updated
Nov 29, 2019 - C++
-
Updated
Oct 13, 2020 - Python
-
Updated
Sep 24, 2020 - Python
-
Updated
Sep 15, 2017 - Python
-
Updated
Apr 2, 2019 - Python
-
Updated
Aug 10, 2019 - R
-
Updated
Jul 26, 2017 - Python
-
Updated
Jul 20, 2020 - Rust
-
Updated
Aug 17, 2017 - Python
-
Updated
Jun 4, 2018 - MATLAB
-
Updated
Sep 7, 2019 - MATLAB
Improve this page
Add a description, image, and links to the svd topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the svd topic, visit your repo's landing page and select "manage topics."
For now only strings are accepted as the
measures
parameter 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
predictions
parameter. In order to handle measur