matrix
Here are 1,918 public repositories matching this topic...
-
Updated
May 16, 2020 - Swift
-
Updated
Nov 9, 2020 - C++
-
Updated
Nov 11, 2020 - Go
-
Updated
Oct 22, 2020 - Java
-
Updated
Oct 12, 2020 - C#
Hi,
As it been considered to support alternative normalized device coordinates for Orthographic3 and Perspective3 ?
Currently both follow the OpenGL convention so are not usable in other situations (Vulkan for instance).
I am willing to work on it if it is desired to have that in nalgebra.
I can think of two approaches:
- have separate structures in separate pathes within the crate
- u
-
Updated
Oct 23, 2020 - PHP
-
Updated
Jul 8, 2020 - C++
Background information
- Dendrite version or git SHA: 0.2.1
- Monolith or Polylith?: Monolith
- SQLite3 or Postgres?: SQlite3
- Running in Docker?: no
go version
: 1.15
-
Updated
Apr 12, 2020
-
Updated
Nov 10, 2020 - Python
-
Updated
Nov 5, 2020 - Clojure
-
Updated
Nov 11, 2020 - OCaml
-
Updated
Nov 9, 2020 - C
-
Updated
Nov 11, 2020 - Kotlin
-
Updated
Sep 1, 2020 - Rust
-
Updated
Oct 6, 2020 - TypeScript
-
Updated
Nov 10, 2020 - JavaScript
-
Updated
Apr 23, 2020 - MATLAB
-
Updated
Jun 27, 2020 - C#
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Nov 11, 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