-
Updated
May 16, 2020 - Swift
matrix
Here are 1,836 public repositories matching this topic...
-
Updated
Sep 2, 2020 - C++
-
Updated
Sep 9, 2020 - Go
-
Updated
Jul 30, 2020 - Java
-
Updated
Sep 1, 2020 - C#
Hi everyone,
I am building a sensor fusion framework based on nalgebra
, and found out that we do not have support for Lie algebra operations like expmap
and logmap
. Is is appropriate to add them here or should I implement them in my own crate by using some traits?
Many thanks,
Fan
-
Updated
Sep 9, 2020 - PHP
-
Updated
Jul 8, 2020 - C++
-
Updated
Apr 12, 2020
This prevents us from panicking when we change transactions around and pass nil
through instead, since sqlutil.TxStmt
will handle a nil
transaction safely.
-
Updated
Sep 14, 2020 - Python
-
Updated
Sep 10, 2020 - Clojure
-
Updated
Sep 5, 2020 - OCaml
-
Updated
Sep 8, 2020 - C
-
Updated
Sep 1, 2020 - Rust
-
Updated
Jul 30, 2020 - TypeScript
-
Updated
Apr 23, 2020 - MATLAB
-
Updated
Jun 27, 2020 - C#
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Nov 11, 2017 - C
-
Updated
Apr 11, 2020 - HTML
-
Updated
Dec 18, 2019 - JavaScript
Improve this page
Add a description, image, and links to the matrix topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the matrix 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