facebook / facebook/prophet

Fall back to Newton algorithm is slow

Aperta
#1,854 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
20.4k
Fork
4.6k
Merge medio
19h 52m
PR unite (30g)
1

Descrizione

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

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.