Skip to content
#

matrix

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

frakic
frakic commented May 6, 2022

Steps to reproduce

  1. Where are you starting? What can you see?
    I have message bubbles turned
  2. What do you click?
    I' spam reactions to a message
  3. More steps…
    I resize the client to a small width

Outcome

What did you expect?

I expected reactions to wrap to the timeline width

What happened instead?

  1. At some point the Show all button became two rows high and it ad
T-Defect S-Minor A-Message-Bubbles O-Uncommon
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
cfunky
cfunky commented Mar 1, 2022

I noticed that CooMatrix::push_matrix does not threshold or detect zero elements in the input. Thus the resulting sparse matrix is more dense than it needs to be. By comparison, constructing a matrix using, e.g., CscMatrix::from, does detect entries that are exactly zero and does not include them in the resulting sparse matrix. If there isn't a rationale for the difference in behavior, may I s

good first issue documentation nalgebra-sparse

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 Apr 17, 2022
  • PHP
kittykat
kittykat commented Apr 22, 2022

Steps to reproduce

  1. Click on a user to see their profile

Outcome

What did you expect?

"More" section of the screen in this order:

  • Direct message
  • Override display name colour
  • Jump to read receipt
  • Mention
  • Ignore

And the "Override" popup title is "Override display name colour"

What happened instead?

"Override" is before "message" and uses "nick" ins

T-Defect help wanted good first issue S-Minor
Linear_Algebra_With_Python

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 Mar 23, 2022
  • Jupyter Notebook
ZoomRmc
ZoomRmc commented Apr 12, 2022

The Problem

Matrix supports sending multiline messages, so to some users it's more convenient to use the standard key for entering a new line Enter and a modified key Ctrl+Enter to send a message.

This feature is available in Element and has historically been available in many IM programs.

The Solution

Add an option to switch the bindings for these two actions.

Alternatives

enhancement good first issue

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