OPENCLASSROOMS - Formation Data Scientist - Projet 7 Credit scoring application
GitHub : https://github.com/ahonestla/OC_DS_P7 Data : https://www.kaggle.com/c/home-credit-default-risk/data Application : https://scoringapp-dashboard.azurewebsites.net/ Project Organization
├── LICENSE
├── README.md
│
├── api <- FastAPI files
│
├── dashboard <- Streamlit application
│
├── data
│ ├── external <- Data from third party sources (not uploaded on git)
│ ├── processed <- The final, canonical data sets for modeling
│
├── docs <- Documentation and reports
│
├── mlruns <- MLFlow runs
│
├── models <- Trained and serialized models
│
├── notebooks <- Jupyter notebooks
│
├── tests <- Pytest unit tests (local)
The application is automatically deployed on azure with GitHub Actions