skerrorlearner
is an Error Learning Package for Machine Learning use cases. It is available for both Regression and Classification problems under Supervised Machine Learning. This helps build models that learn the error of the current model being built. This approach is taken towards Machine Learning Model Performance Improvement.
You can use pip to install skerrorlearner. Copy the below command and paste in Command Prompt to install skerrorlearner.
pip install skerrorlearner
To upgrade the package, copy the below command and paste in Command Prompt to upgrade skerrorlearner.
pip install skerrorlearner --upgrade
As we highly believe in hands-on rather than reading documentations, we have got usage guides in the form of .ipynb notebooks. Below are the linked usage guides.
Further, if you fork the Skerrorlearner Use Case Demo directory, you'll be able to get the data on top of which skerrorlearner was tested. You'll also be able to get the .ipynb notebook to understand how the library works.
Once you have foked the library, we'd highly recommend you to read the dockstring of each method falling under skerrorlearner package to know what parameters are to be passed and what is the use of the method.
The library supports below algorithms to build Error Models.
Scikit Learn | Non-Scikit Learn |
---|---|
Linear Regression | XGBoost |
Support Vector Machine | LightGBM |
Decision Tree | |
Random Forest | |
K-Nearest Neighbors | |
AdaBoost | |
GradientBoost |
Scikit Learn | Non-Scikit Learn |
---|---|
Logistic Regression | XGBoost |
Support Vector Machine | LightGBM |
Decision Tree | CatBoost |
Random Forest | |
K-Nearest Neighbors | |
AdaBoost | |
GradientBoost | |
GaussianNB |
- Supports Hackathon Data Prediction
- Supports Production Live Data Prediction