I Built My First Machine Learning API — Here's Everything I Learned
EricMWaimiri / Telco-Customer-Churn-Prediction Customer Churn Prediction Predicts whether a telecom customer will churn using the Telco Customer Churn dataset. The project covers data cleaning and EDA, comparison of three classifiers, and a FastAPI service that serves the final model. Project Structure . ├── API/ │ └── main.py # FastAPI app serving the model ├── Data/ │ └──…
We haven't written up this one. Dev.to has the full story — the link below goes straight to it.