aaneloy / scaler_selector

Data Scaler is an open-source python library to select the appropriate data scaler for your Machine Learning model.

Home Page:https://pypi.org/project/DataScalerSelector/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Scaler Selector

Author MIT Contributions welcome Stars

Data Scaler Selector is an open-source python library to select the appropriate data scaler (Min-Max, Robust or Standard Scaler) for your Machine Learning model.

Project Description:

Data Scaler is an open-source python library to select the appropriate data scaler for your Machine Learning model.

Installation:

pip install DataScalerSelector

Sample Notebook

In order to run the scalerselector_regression the following must be ensured:

  • NULL data must be handled
  • There should be no categorical variable.
  • Select the features X and Target variable y
  • After selecting X and y run the follwing:
from DataScalerSelector import *
scalerselector_regression(X,y)

For details see this notebook

License

License: MIT

About

Data Scaler is an open-source python library to select the appropriate data scaler for your Machine Learning model.

https://pypi.org/project/DataScalerSelector/

License:MIT License


Languages

Language:Jupyter Notebook 55.0%Language:PowerShell 32.6%Language:Python 10.0%Language:Batchfile 2.3%