Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aymane-maghouti/logistic-regression-club-datai
classification with logistic regression
https://github.com/aymane-maghouti/logistic-regression-club-datai
classification data-science logistic-regression machine-learning model-deployment
Last synced: 8 days ago
JSON representation
classification with logistic regression
- Host: GitHub
- URL: https://github.com/aymane-maghouti/logistic-regression-club-datai
- Owner: aymane-maghouti
- Created: 2024-03-07T14:40:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-07T14:53:55.000Z (11 months ago)
- Last Synced: 2024-11-16T09:13:10.598Z (2 months ago)
- Topics: classification, data-science, logistic-regression, machine-learning, model-deployment
- Language: Jupyter Notebook
- Homepage: https://aymane-maghouti.github.io
- Size: 1.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Logistic-Regression-Club-Datai
## Loan credit estimation with logistic regression (classification task)
## WorkFlow
Here is the workflow :![workflow](images/workflow.png)
## architecture
web app for credit estimation
![web_app](images/web_app.png)
## Repository Structure
```batch
Logistic-Regression-Club-Datai:.
│ README.md
│
├───images
│ web_app.png
│ workflow.png
│
├───PROJECT
│ │ classifier.pkl
│ │ dataset.csv
│ │ label_encoders.pkl
│ │ Loan Credit.ipynb
│ │
│ └───Web_App_prediction
│ │ app.py
│ │ data_encoding.py
│ │
│ ├───models
│ │ classifier.pkl
│ │ label_encoders.pkl
│ │
│ ├───static
│ │ ├───css
│ │ │ b3.png
│ │ │ style2.css
│ │ │
│ │ └───js
│ │ script2.js
│ │
│ ├───templates
│ index.html
│
│
└───PPT
Pre_RL.pdf```
### Contacts
For any questions or further information, feel free to contact me :)- **linkedin**: Aymane Maghouti
- **Email**: `[email protected]`