https://github.com/pejpero/classification_regression
https://github.com/pejpero/classification_regression
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pejpero/classification_regression
- Owner: PejperO
- License: mit
- Created: 2023-06-20T21:33:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-31T12:08:52.000Z (over 1 year ago)
- Last Synced: 2025-01-12T06:27:34.534Z (4 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Classification_Regression
An application that uses artificial intelligence to predict labels.The application enables:
* Loading data for model testing
* Data model testing
* Label predictionIt can also save the built model so it is not necessary to build it every time.
## UI



## What I Learned
* AI work activities
* Logistic Regression
* GUI - buttons, tables, loading files
* Tkinter
* Joblib
* panda
* scikit-learn
* pickle