https://github.com/manome/python-supervised-learning
This project provides sample code for performing supervised learning.
https://github.com/manome/python-supervised-learning
conformal-prediction scikit-learn supervised-learning
Last synced: 6 months ago
JSON representation
This project provides sample code for performing supervised learning.
- Host: GitHub
- URL: https://github.com/manome/python-supervised-learning
- Owner: manome
- License: bsd-3-clause
- Created: 2024-08-16T07:56:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-22T02:21:33.000Z (about 1 year ago)
- Last Synced: 2025-02-13T17:18:07.546Z (8 months ago)
- Topics: conformal-prediction, scikit-learn, supervised-learning
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Summary
This project provides sample code for performing supervised learning.
Compatible with Python3.6 and above.
## Requirements
- matplotlib
- NumPy
- pandas
- scikit-learn
- Seaborn## License
This is free and open-source software licensed under the 3-clause BSD license.