Skip to content
#

matrix

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

kittykat
kittykat commented Oct 11, 2021

Steps to reproduce

  1. Settings -> add phone number
  2. Enter verification code -> Continue
  3. Type in wrong password

Outcome

What did you expect?

The error message to be in a better location (maybe under or next to password field?). Dialog does not resize if wrong password is submitted.

What happened instead?

Error message is poorly located and resized dialog.

![Scree

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

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