Skip to main content

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 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.

Author: Asif Ahmed Neloy

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

Change Log

1.0 (29/12/2021)

  • First Release

1.0.2 (29/12/2021)

  • Installation Fixed

1.0.3 (30/12/2021)

  • Installation Bug Fixed

1.0.4 (30/12/2021)

  • Dependency Fixed

1.0.5 (30/12/2021)

  • Sample Test Added

1.0.6 (30/12/2021)

  • Minor Bug fixed

1.0.7 (30/12/2021)

  • Minor Bug fixed

1.0.8 (30/12/2021)

  • Sample Notebook added

1.0.9 (31/12/2021)

  • Current Working Version

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DataScalerSelector-1.0.9.tar.gz (14.5 MB view hashes)

Uploaded Source

Built Distribution

DataScalerSelector-1.0.9-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page