-
Updated
May 16, 2020 - Swift
matrix
Here are 1,801 public repositories matching this topic...
-
Updated
Aug 8, 2020 - C++
-
Updated
Aug 13, 2020 - Go
-
Updated
Jul 30, 2020 - Java
-
Updated
Aug 11, 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
Jul 25, 2020 - PHP
-
Updated
Jul 8, 2020 - C++
-
Updated
Apr 12, 2020
In several places for postgres, we CREATE SEQUENCE .... We do this for every table which uses the sequence, partly for clarity and partly so we don't assume someone else has done it for us.
Instead, we should put these database-level SQL queries in a dedicated section, rather than in each _table.go.
-
Updated
Jul 27, 2020 - Python
-
Updated
Aug 9, 2020 - Clojure
-
Updated
Jul 20, 2020 - OCaml
-
Updated
Aug 9, 2020 - C
-
Updated
Aug 12, 2020 - Rust
-
Updated
Jul 30, 2020 - TypeScript
-
Updated
Apr 23, 2020 - MATLAB
-
Updated
Jun 27, 2020 - C#
-
Updated
Jul 30, 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
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