Skerrorlearner is an Error Learning Package for Machine Learning
Project description
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.
Download Stats
Documentation
You can read the documentation here.
License
Installation
Using pip
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
Usage
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 forked 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.
Support & Advantages
The library supports below algorithms to build Error Models.
Regression Use Case
Scikit Learn |
Non-Scikit Learn |
---|---|
Linear Regression |
XGBoost |
Support Vector Machine |
LightGBM |
Decision Tree |
|
Random Forest |
|
K-Nearest Neighbors |
|
AdaBoost |
|
GradientBoost |
Classification Use Case
Scikit Learn |
Non-Scikit Learn |
---|---|
Logistic Regression |
XGBoost |
Support Vector Machine |
LightGBM |
Decision Tree |
CatBoost |
Random Forest |
|
K-Nearest Neighbors |
|
AdaBoost |
|
GradientBoost |
|
GaussianNB |
Advantages
Supports Hackathon Data Prediction
Supports Production Live Data Prediction
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file skerrorlearner-0.1.50.tar.gz
.
File metadata
- Download URL: skerrorlearner-0.1.50.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49d79afa801500fc6ca9346447721d1d965ac2df92d6070fb0ea69949d5202b2 |
|
MD5 | 630a0be3e8a247caa95fe6af1a5ce716 |
|
BLAKE2b-256 | e1ad4a30d45a9ad4de3396785ed6605605d7f63309d7284317781209058f6d50 |