The Wayback Machine - https://web.archive.org/web/20210725034118/https://github.com/topics/factorization
Skip to content
#

factorization

Here are 109 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

Splitter
NMFADMM
recursion-and-dynamic-programming

Julia and Python recursion algorithm and dynamic programming applications including Edit Distance, Knapsack (Multiple Choice), Stock Trading, Sierpiński Carpet, Pascal Triangle, Prime Factorization, Palindrome, Coin Change, Hanoi Tower, Fibonacci
  • Updated May 13, 2021
  • Julia
jannikmi
jannikmi commented Jan 28, 2021

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

Improve this page

Add a description, image, and links to the factorization 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 factorization topic, visit your repo's landing page and select "manage topics."

Learn more