Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed XGboost predictors in favour of sklearn native gradient boosted predictors. The basic gradient boosted classifiers are not as good as those of XGBoost, but are more than sufficient for this package and reduce the number of dependencies. Function usage remains the same, only the naming of the class is changed: XGBPredictor -> GBPredictor Bugfix: Fixed bug in He ignition phase detection. Core ignition is now taken as He ignition for stars that ignite non degenerately. Previous fix didn't work for all stars. Documentation: Updated documentation to reflex name change in GBPredictor. Other: Updated dependencies and added minimum required versions for the most important ones.
- Loading branch information