MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / logistic_regression.py

File logistic_regression.py

machine_learning/logistic_regression.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/python
2
3# Logistic Regression from scratch
4

Callers

nothing calls this directly

Calls 3

logistic_regFunction · 0.85
predict_probFunction · 0.85
showMethod · 0.80

Tested by

no test coverage detected