MCPcopy Index your code
hub / github.com/Jack-Lee-Hiter/AlgorithmsByPython / Logistic.py

File Logistic.py

Logistic regression/Logistic.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from math import exp
2from numpy import *
3
4def loadDataSet():

Callers

nothing calls this directly

Calls 3

stocGradAscent1Function · 0.85
multiTestFunction · 0.85
loadDataSetFunction · 0.70

Tested by

no test coverage detected