MCPcopy Create free account
hub / github.com/subbarayudu-j/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# -*- coding: utf-8 -*-
3
4## Logistic Regression from scratch

Callers

nothing calls this directly

Calls 2

logistic_regFunction · 0.85
predict_probFunction · 0.85

Tested by

no test coverage detected