Fall back to Newton algorithm is slow
Aberta
- Linguagem predominante
- Python
- Estrelas
- 20.4k
- Forks
- 4.6k
- Merge médio
- 19h 52min
- PRs com merge (30d)
- 1
Descrição
During model fitting using LBFGS algorithm the optimization failed and the method fall back Newton is used.
`'Optimization terminated abnormally. Falling back to Newton.'`
Two main issues:
- Newton algorithm is slow (1s/it)
- It's not possible to set tol/customized number of iterations and other hyperparameters only for the fall back method
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.