factorization
Here are 122 public repositories matching this topic...
-
Updated
Sep 17, 2021 - Java
-
Updated
Mar 2, 2022 - Python
-
Updated
Mar 2, 2022 - Python
-
Updated
Mar 2, 2022 - 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
Mar 2, 2022 - Python
-
Updated
Mar 2, 2022 - Python
-
Updated
Mar 2, 2022 - Python
-
Updated
May 2, 2022 - Java
-
Updated
Mar 2, 2022 - Python
-
Updated
Mar 2, 2022 - Python
-
Updated
Jul 2, 2020 - Python
-
Updated
Dec 19, 2021 - Python
-
Updated
Dec 21, 2021 - Python
-
Updated
May 11, 2022 - Python
The FUN
argument in comboGeneral()
and similar RcppAlgos
functions could be more useful if the user is allowed to provide the expected value, similar to vapply()
. Currently, a list is allocated which can take up a lot of memory.
library(RcppAlgos)
ans = comboGeneral(15L, 3L, FUN = sum)
object.size(ans)
#> 29168 bytes
object.size(unlist(ans, use.names = FALS
-
Updated
Feb 21, 2022 - Jupyter Notebook
-
Updated
May 21, 2022 - Julia
-
Updated
Dec 15, 2017 - TeX
-
Updated
Apr 6, 2022 - Python
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
Nov 2, 2017 - Jupyter Notebook
-
Updated
Jun 8, 2022 - Python
-
Updated
May 31, 2022 - C++
-
Updated
Oct 26, 2021 - JavaScript
-
Updated
Jun 1, 2022 - Julia
-
Updated
Jun 6, 2022 - C
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