An open API service indexing awesome lists of open source software.

https://github.com/scifer99/maximum-minimum-z-score-normalization-in-python-for-machine-learning

This script demonstrates the Maximum, Minimum and Z-Score Normalization for Machine Learning purposes.
https://github.com/scifer99/maximum-minimum-z-score-normalization-in-python-for-machine-learning

ai machine-learning normal-distribution normalization software-engineering statistical-learning

Last synced: 2 months ago
JSON representation

This script demonstrates the Maximum, Minimum and Z-Score Normalization for Machine Learning purposes.

Awesome Lists containing this project

README

        

# Maximum-Minimum-Z-Score-Normalization-in-Python-for-Machine-Learning
This script demonstrates the Maximum, Minimum and Z-Score Normalization for Machine Learning purposes.

Hey! Its me again! Read this README first because we are now going into more intricate situations in Machine Learning!
This script was designed to view the results of various Machine Learning projects. Please install these packages before
collaborating on the script!

Step1: Install these packages:

pip3 install sklearn
pip3 install preprocessing
pip3 install pandas
pip3 install StandardScaler
pip3 install MinMaxScaler (if this one does not work for you, its probably installed already.)

Step2: That's all folks!

Happy Coding!