An open API service indexing awesome lists of open source software.

https://github.com/artainmo/dslr

42 school project. Read, visualize in multiple ways and clean a dataset to be used inside own logistic regression for classification in python with limited functions access.
https://github.com/artainmo/dslr

42school artificial-intelligence data-science logistic-regression python

Last synced: over 1 year ago
JSON representation

42 school project. Read, visualize in multiple ways and clean a dataset to be used inside own logistic regression for classification in python with limited functions access.

Awesome Lists containing this project

README

          

# dslr

42 school [subject](https://cdn.intra.42.fr/pdf/pdf/66359/en.subject.pdf).

Read, visualize in multiple ways and clean a dataset to be used inside own logistic regression algorithm for classification in python.

To learn more about the theory behind this project, read the comments inside the code.

## Compatibility
Matplotlib config set to run on macos big-sur/catalina/Mojave.

Not possible without sudo permissions to download scikit-learn on VM ubuntu.

Programmed on python3.7.7.