Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ probit.py
File
probit.py
bayesian_ml/2/probit.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# probit regression
2
3
import
numpy
as
np
4
import
pandas
as
pd
Callers
nothing calls this directly
Calls
7
ProbitRegression
Class · 0.85
plot_image
Function · 0.70
fit
Method · 0.45
score
Method · 0.45
confusion_matrix
Method · 0.45
get_3_misclassified
Method · 0.45
get_3_most_ambiguous
Method · 0.45
Tested by
no test coverage detected