You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
projet/
├── notebooks/
│ └── ID_Immobilier_CRISP_DM.ipynb ← Exécuter en premier
├── models/ ← Créé automatiquement par le notebook
│ ├── best_model.pkl
│ ├── encoders.pkl
│ └── metadata.json
├── api/
│ └── main.py ← API FastAPI
└── README_API.md
Étapes
1. Lancer le notebook
jupyter notebook notebooks/ID_Immobilier_CRISP_DM.ipynb
# Exécuter toutes les cellules (Kernel > Restart & Run All)# Vérifie que models/ est créé avec les 3 fichiers