factorization
Here are 109 public repositories matching this topic...
-
Updated
Jun 20, 2021 - Java
-
Updated
Jun 24, 2021 - Python
-
Updated
Jun 19, 2021 - Python
-
Updated
Jun 24, 2021 - Python
It may be fun to extend Math.NumberTheory.Moduli.Jacobi to cover not only quadratic reciprocity, but cubic as well.
Quadratic reciprocity symbol or [Jacobi symbol](https://github.com/cartazio/arithmoi/blo
-
Updated
Jun 22, 2021 - Python
-
Updated
Jun 24, 2021 - Python
-
Updated
Jun 22, 2021 - Python
-
Updated
May 4, 2021 - Java
-
Updated
Jun 24, 2021 - Python
-
Updated
Jul 2, 2020 - Python
-
Updated
Jun 24, 2021 - Python
-
Updated
Jun 19, 2021 - Python
-
Updated
Jul 11, 2021 - C++
-
Updated
Dec 15, 2017 - TeX
-
Updated
May 28, 2017 - Python
-
Updated
Jul 20, 2021 - Python
-
Updated
Feb 11, 2021 - Jupyter Notebook
-
Updated
May 13, 2021 - Julia
-
Updated
Nov 2, 2017 - Jupyter Notebook
-
Updated
Jul 10, 2021 - Julia
a user might want to represent and evaluate multiple polynomials (different coefficients) with the same properties.
This is useful e.g. for gradients (= partial derivative polynomial for each dimension)!
add support for 2D coefficient arrays and adjust Numba jit compilation.
then the gradient can be returned as a single polynomial with the same exponents but 2D coefficients or multiple distinct
-
Updated
Feb 22, 2018 - Jupyter Notebook
-
Updated
Jul 10, 2021 - Julia
-
Updated
Jul 24, 2021 - JavaScript
-
Updated
Jun 14, 2017 - Forth
Improve this page
Add a description, image, and links to the factorization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the factorization 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