Skip to content

mmdanny89/number-classifier

Repository files navigation

number-classifier

Multiclass classifier

A simple Classification Engine: A simple program that given the numbers from 1 to 100 print “None” for each number. But for multiples of three print “Fizz” instead of “None” and for the multiples of five print “Buzz”. For numbers which are multiples of both three and five print “FizzBuzz”.

The results are published in a web service http://localhost/8181

Libraries:

  • sklearn: for ML
  • cherrypy: REST service.

About

A SVM multiclass classifier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published