Skip to content

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

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt
Notifications You must be signed in to change notification settings

aaneloy/scaler_selector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published