Skip to content

parismollo/Raven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Working with the Sklearn Breast Cancer dataset

The purpose of this repository is myself practice of Logistic Regression. I am a student that is learning, let me know if you find any errors, the original code is from examples and exercises found in books, tutorials and other sources all mentioned in this file. I am just practicing what I have learned, the proper authors and creators of the algorithms/code are the ones mentioned in the file.

I will be using Streamlit to develop an App where I will be sharing what I've learned. To run the app, first clone the repository, install the project dependencies, then run the app with streamlit.

Before installing the requirements, it's recommended to create a virtual environment.

pip install -r requirements.txt
streamlit run logistic_regression.py

demo

Resources that I used to learn about this fun topic:

Releases

No releases published

Packages

No packages published

Languages