Skip to content

Example-Script to load data from a database and classify by the K-Nearest Neighbor (KNN) Algorithm.

Notifications You must be signed in to change notification settings

Baschin1103/Knn-classification-sqlalchemy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Example-Script to load data from a database and classify by the K-Nearest Neighbor (KNN) Algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages