Skip to content

A template for Multiclass SVM, based off feature rich data sets made of strings and numbers

Notifications You must be signed in to change notification settings

chapmacl/Multi-class-Machines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Multi-class-Machines

A template for Multiclass Machine learning algorithms, based off feature rich data sets made of strings and numbers

The template is straightforward to use. First, pip install all of the necessary libraries from the import statements. The next thing to change is the CSV from which you will be getting your data, and the target column.

The Machines are all multi-class, where there exist a finite number of categories but where each member can only belong to a single category with no overlap intended.

The report for precision, recall, and F1 is printed at the end of the training and validation steps

Commented out is a way to store and load the Machine to disk, so that a larger, complex model can be trained and saved to be use for later predictions

Misc: The code here was tested with approximately 50,000 rows of data containing roughly 60 columns. The program was able to load the data from the CSV, train, and evaluate the machine in only a few minutes time with accuracy in the 90s

About

A template for Multiclass SVM, based off feature rich data sets made of strings and numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages