GRAPE is a regression API in Python environment
GRAPE makes it easy to fit a regression model with hyperparameter optimization. It strings together the workflow of model fitting, hyperparameter tuning, and model diagnostics. (model interpretability coming soon!).
- Available Regression Methods
- Elastic Net (from sklearn)
- Random Forest (from sklearn)
- xgboost
- lightgbm
- Hyperparameter Optimization
- Grape Uses Hyperopt's tree parzen estimator
pip install grape-model
- If you're having trouble installing some of the dependencies (especially lightgbm, xgboost), try installing them via
conda-forge
before installing GRAPE
See sample_grape_use_case.ipynb