MCPcopy Create free account
hub / github.com/rushter/MLAlgorithms / naive_bayes.py

File naive_bayes.py

examples/naive_bayes.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from sklearn.datasets import make_classification
2from sklearn.metrics import roc_auc_score
3from sklearn.model_selection import train_test_split
4

Callers

nothing calls this directly

Calls 1

classificationFunction · 0.70

Tested by

no test coverage detected