MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / gaussian_nb.py

File gaussian_nb.py

unsupervised_class2/gaussian_nb.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# https://deeplearningcourses.com/c/data-science-deep-learning-in-theano-tensorflow
2# https://www.udemy.com/data-science-deep-learning-in-theano-tensorflow
3from __future__ import print_function, division
4from future.utils import iteritems

Callers

nothing calls this directly

Calls 6

getKaggleMNISTFunction · 0.90
GaussianNBClass · 0.85
fitMethod · 0.45
scoreMethod · 0.45
fit_transformMethod · 0.45
transformMethod · 0.45

Tested by

no test coverage detected