Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
from
sklearn.datasets
import
make_classification
2
from
sklearn.metrics
import
roc_auc_score
3
from
sklearn.model_selection
import
train_test_split
4
Callers
nothing calls this directly
Calls
1
classification
Function · 0.70
Tested by
no test coverage detected