MCPcopy 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
3import numpy as np
4import pandas as pd

Callers

nothing calls this directly

Calls 7

ProbitRegressionClass · 0.85
plot_imageFunction · 0.70
fitMethod · 0.45
scoreMethod · 0.45
confusion_matrixMethod · 0.45
get_3_misclassifiedMethod · 0.45
get_3_most_ambiguousMethod · 0.45

Tested by

no test coverage detected