https://github.com/baschin1103/knn-classification-sqlalchemy
Example-Script to load data from a database and classify by the K-Nearest Neighbor (KNN) Algorithm.
https://github.com/baschin1103/knn-classification-sqlalchemy
database knn-classification labelencoder machine-learning ordinal-classification pandas sql sqlalchemy
Last synced: about 1 month ago
JSON representation
Example-Script to load data from a database and classify by the K-Nearest Neighbor (KNN) Algorithm.
- Host: GitHub
- URL: https://github.com/baschin1103/knn-classification-sqlalchemy
- Owner: Baschin1103
- Created: 2024-12-10T17:16:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T14:29:16.000Z (4 months ago)
- Last Synced: 2025-02-10T13:16:17.665Z (3 months ago)
- Topics: database, knn-classification, labelencoder, machine-learning, ordinal-classification, pandas, sql, sqlalchemy
- Language: Python
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Example-Script to classify players from hattrick.org by the K-Nearest Neighbor (KNN) Algorithm. The data is taken from a database I created before in another project (Players-Database-Hattrick). The target-variable Führungsqualitäten (engl. leadership qualities) could have been in a separate table in the database-design.
I decided not to do this because it is not a case of (vertical) string-replication. The connection is done with the library called sqlalchemy.