Fall back to Newton algorithm is slow
Đang mở
- Ngôn ngữ chính
- Python
- Star
- 20.4k
- Fork
- 4.6k
- Merge trung bình
- 19 giờ 52 phút
- Pull request đã merge (30 ngày)
- 1
Mô tả
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
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.