Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/leosimoes/streamlit-logistic-regressor

Web application for logistic regression made using Streamlit.
https://github.com/leosimoes/streamlit-logistic-regressor

logistic-regression machine-learning model-building python streamlit

Last synced: 2 days ago
JSON representation

Web application for logistic regression made using Streamlit.

Awesome Lists containing this project

README

        

# Logistic Regression Web App made with Streamlit

Author: Leonardo Simões

## How to use the application
To access an application hosted on the Streamlit Community Cloud:
[Link](https://logistic-regression.streamlit.app)

To run the project locally after downloading it, install the dependencies and run the `streamlit run streamlit_app.py` command.

## Functionalities
Some of the functionalities applied to the dataset:
* display head;
* display dimensions;
* display column names;
* generate scatter plot;
* generate correlation plot;
* generate pairplot;
* generate logistic regression plot;
* calculate and display logistic regression parameters.

## Class diagram
![UML Class diagram](Diagram-UML-Class.png)