Skip to content

This is a School21's project that aims to implement logistic regression

Notifications You must be signed in to change notification settings

Baushkiner/DSLR

Repository files navigation

DSLR

This is a School21's project that aims to implement logistic regression

Usage

pip install .\requeirments.txt

Reproduction of Pandas' function "describe"

python .\describe.py

Graph analysis using graphs

python .\histogram.py

alt text

python .\scatter_plot.py

alt text

python .\pair_plot.py

alt text

Reproduction LR - Train mode

Output - CSV file (weights.csv) with weights for each variable

python .\logreg_train.py datasets\dataset_train.csv

Reproduction LR - Test mode

python .\logreg_predict.py datasets\dataset_test.csv weights.csv

Score

alt text

About

This is a School21's project that aims to implement logistic regression

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages