Skip to content
#

matrix

Here are 2,805 public repositories matching this topic...

NicolasHug
NicolasHug commented Apr 6, 2018

For now only strings are accepted as the measures parameter in GridSearchCV, RandomizedSearchCV, and cross_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

dendrite
hannobraun
hannobraun commented Sep 26, 2021

I've come across a weird behavior that really baffled me initially.

This compiles with nalgebra 0.29:

let _: nalgebra::SVector<f32, 3> = nalgebra::point![1.0, 2.0].into();

It converts an OPoint<f32, 2> into an SVector<f32, 3>, using Into.

Here's the same, with debug output:

let v: nalgebra::SVector<f32, 3> = dbg!(nalgebra::point![1.0, 2.0]).into();
dbg!(v

Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra

  • Updated Dec 1, 2021
  • PHP

Lecture Notes for Linear Algebra Featuring Python. This series of lecture notes will walk you through all the most must-know concepts that set the foundation of data science or advanced quantitative skillsets. Suitable for statistician/econometrician, quantitative analysts, data scientists and etc. to quickly refresh the linear algebra with the assistance of Python computation and visualization.

  • Updated Feb 26, 2022
  • Jupyter Notebook
Fuyukai
Fuyukai commented Jan 10, 2022

Describe the bug

When a channel shuffles in the order, it will copy an online indicator that existed in the previous slot. Channels with correct online indicators aren't affected, and shuffling again will cause it to lose the indicator. It's obviously incorrect because these channels are users without presence (matrix.org users or bridge users).

To Reproduce

  1. Send a message to a

Improve this page

Add a description, image, and links to the matrix topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the matrix topic, visit your repo's landing page and select "manage topics."

Learn more