| 1 | # https://deeplearningcourses.com/c/data-science-supervised-machine-learning-in-python |
| 2 | # https://www.udemy.com/data-science-supervised-machine-learning-in-python |
| 3 | # This is an example of a Naive Bayes classifier on MNIST data. |
| 4 | from __future__ import print_function, division |
nothing calls this directly
no test coverage detected