Fall back to Newton algorithm is slow
未關閉
- 主要語言
- Python
- 星號
- 20.4k
- 分支
- 4.6k
- 平均合併
- 19 小時 52 分鐘
- 30 天內合併 PR
- 1
描述
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
貢獻指南
評估
這個 Issue 還沒有評估資料。