https://github.com/ahmedabdalkreem/preprocessing
All you need to be dataset ready to work in model without any Noise.
https://github.com/ahmedabdalkreem/preprocessing
numpy pandas python3
Last synced: about 1 month ago
JSON representation
All you need to be dataset ready to work in model without any Noise.
- Host: GitHub
- URL: https://github.com/ahmedabdalkreem/preprocessing
- Owner: AhmedAbdAlkreem
- Created: 2023-02-25T09:54:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T10:01:58.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T18:35:16.729Z (about 1 year ago)
- Topics: numpy, pandas, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Preprocessing
All you need to be dataset ready to work in model without any Noise.
In code include:
1) How to handle dataset before work in model.
2) Deal with numerical data.
3) Deal with categorical dataset.
4) Encoding dataset that type binary and order data.
5) One hot encoding work in nominal data.
6) how to scaling dataset.
7) In the end data read to work on it without noise.