Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.
/ grape Public archive

GRAPE is a regression API in Python environment

License

Notifications You must be signed in to change notification settings

joshuacortez/grape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GRAPE

GRAPE is a regression API in Python environment

Description

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
  1. Elastic Net (from sklearn)
  2. Random Forest (from sklearn)
  3. xgboost
  4. lightgbm
  • Hyperparameter Optimization
    • Grape Uses Hyperopt's tree parzen estimator

Installation

  • 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

Sample Usage

See sample_grape_use_case.ipynb

About

GRAPE is a regression API in Python environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published