matrix
Here are 1,905 public repositories matching this topic...
-
Updated
May 16, 2020 - Swift
-
Updated
Oct 29, 2020 - C++
-
Updated
Oct 24, 2020 - Go
-
Updated
Oct 22, 2020 - Java
-
Updated
Oct 12, 2020 - C#
In ncollide
we have an IsometryOps
trait that defines the lerp_slep
method for isometry interpolation. This interpolation uses linear interpolation for the translation part of the isometry, and spherical interpolation for its angular part.
We should add this lerp_slerp
method directly to nalgebra's `Is
-
Updated
Oct 23, 2020 - PHP
-
Updated
Jul 8, 2020 - C++
-
Updated
Apr 12, 2020
-
Updated
Nov 2, 2020 - Python
-
Updated
Oct 23, 2020 - Clojure
-
Updated
Nov 2, 2020 - OCaml
-
Updated
Oct 17, 2020 - C
-
Updated
Nov 3, 2020 - Kotlin
-
Updated
Sep 1, 2020 - Rust
-
Updated
Oct 6, 2020 - TypeScript
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Apr 23, 2020 - MATLAB
-
Updated
Jun 27, 2020 - C#
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Nov 11, 2017 - C
-
Updated
Apr 11, 2020 - HTML
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