Skip to content

An generic SVM solver that allows the user to input data from a file or from their own modeling class.

License

Notifications You must be signed in to change notification settings

atxarib99/SVMWithSlack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SVM

I built this generic SVM solver for my uses in kaggle. It supports entering any dataset and the SVM attempts to learn on it, provided that it is in the correct format.

If the format is not proper in the raw dataset, it allows the user to import any dataset after it has been put through the users custom modeler.

Example

See the example/ folder for an example on using the SVM class as well as a very basic modeler.

Documentation

All files are documenting using docstring. Any merge requests should also be formatted with this.

About

An generic SVM solver that allows the user to input data from a file or from their own modeling class.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages