https://github.com/scifer99/detect-remove-resolve-missing-data-in-python-for-machine-learning
Methods to detect, remove and fill in missing information for Machine Learning/AI engineering purposes.
https://github.com/scifer99/detect-remove-resolve-missing-data-in-python-for-machine-learning
ai machine-learning software-engineering
Last synced: 3 months ago
JSON representation
Methods to detect, remove and fill in missing information for Machine Learning/AI engineering purposes.
- Host: GitHub
- URL: https://github.com/scifer99/detect-remove-resolve-missing-data-in-python-for-machine-learning
- Owner: SCIFER99
- License: unlicense
- Created: 2022-11-28T18:13:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T18:26:04.000Z (over 2 years ago)
- Last Synced: 2025-01-07T14:22:14.478Z (4 months ago)
- Topics: ai, machine-learning, software-engineering
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Detect-Remove-Resolve-Missing-Data-in-Python-for-Machine-Learning
Methods to detect, remove and fill in missing information for Machine Learning/AI engineering purposes.Hey! I hope all is well! I believe this script is vital to the field of Machine Learning and AI Engineering for many reasons. We can definitely
expand on these concepts now and future references!Step1: Make sure to install these packages before implementing this script:
pip3 install pandas
pip3 install openpyxl (for reading and writing Excel files)
Step2: That is all! I hope this script is useful for everyone who is practicing in Machine Learning and AI Engineering!Happy Coding!