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
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:
NULLdata must be handled- There should be no categorical variable.
- Select the
features XandTarget variable y - After selecting
Xandyrun the follwing:
from DataScalerSelector import *
scalerselector_regression(X,y)
For details see this notebook
License
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)
- Bug Fixed
1.1.0 (03/01/2022)
- 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file DataScalerSelector-1.1.0.tar.gz.
File metadata
- Download URL: DataScalerSelector-1.1.0.tar.gz
- Upload date:
- Size: 14.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a587e2f20bf12730691984346bcef619a22ae8f77f4c2b851bf86a38b336cadf
|
|
| MD5 |
b831982e8e384e93251f943c5c5af763
|
|
| BLAKE2b-256 |
dc07f0a1680258dc2320a9d7d3fb8c8727d1f078a2d0bb0168fbb5cfbe2468ef
|
File details
Details for the file DataScalerSelector-1.1.0-py3-none-any.whl.
File metadata
- Download URL: DataScalerSelector-1.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50e2e92139b0817438c580cbc56a1d5503db77a9a9d6d709e75963f618f8dfba
|
|
| MD5 |
385ce290e10d41408e12569056e0a43d
|
|
| BLAKE2b-256 |
d18ccf07623b274ab14ec936881bfff0504e3fb3ea70b5775fa89e5655fe4990
|