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.
- Host: GitHub
- URL: https://github.com/scifer99/maximum-minimum-z-score-normalization-in-python-for-machine-learning
- Owner: SCIFER99
- License: unlicense
- Created: 2022-11-29T21:49:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T22:02:49.000Z (over 2 years ago)
- Last Synced: 2025-01-07T14:22:11.997Z (4 months ago)
- Topics: ai, machine-learning, normal-distribution, normalization, software-engineering, statistical-learning
- Language: Python
- Homepage:
- Size: 478 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!