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
- sklearn: for ML
- cherrypy: REST service.