matrix
Here are 2,180 public repositories matching this topic...
-
Updated
Apr 7, 2021 - C++
-
Updated
Jan 14, 2021 - Swift
-
Updated
Apr 4, 2021 - Go
-
Updated
Oct 22, 2020 - Java
-
Updated
Apr 11, 2021 - C#
Forgive me if this already exists, because I couldn't find it in the docs, but is there a way to construct a matrix row-by-row using an iterator? (for cases when source data structure already represents them in row-by-row form)
Currently the only way I found is creating matrix NxM using from_iterator, and then invoking transpose to get MxN, but this is rather inefficient - first, it nee
Description:
Add a health check (/health) endpoint that allows orchestration tools to see if a component is up and running.
Potential solutions
Add
-
Updated
Apr 17, 2021 - PHP
-
Updated
Jan 7, 2021 - C++
-
Updated
Apr 17, 2021 - Kotlin
-
Updated
Apr 12, 2020
-
Updated
Apr 9, 2021 - Python
-
Updated
Mar 18, 2021 - Clojure
-
Updated
Jan 18, 2021 - Rust
-
Updated
Apr 14, 2021 - OCaml
-
Updated
Mar 26, 2021 - C
-
Updated
Apr 6, 2021 - Rust
-
Updated
Apr 17, 2021 - JavaScript
-
Updated
Mar 12, 2021 - MATLAB
-
Updated
Apr 18, 2021 - JavaScript
-
Updated
Apr 17, 2021 - TypeScript
-
Updated
Feb 6, 2021 - C#
-
Updated
Mar 30, 2021 - JavaScript
Currently when a room avatar is changed Nheko shows "unimplemented event: m.room.avatar" which is silly because the room avatar changes fine so it clearly is supported it just needs the timeline to be told to display some text like "Cadair changed the room avatar".
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