Hi everyone,
I recently completed the Supervised Machine Learning: Regression and Classification course, and I built my first project to apply what I learned.
In this project, I used a dataset from Kaggle to predict flood probability based on environmental and infrastructure-related factors.
What I did:
- Data preprocessing
- Feature scaling (StandardScaler)
- Polynomial feature engineering
- Regression models (Ridge / SGD)
- Model evaluation using MSE
Result:
MSE ≈ 0.0004
This is my first ML project, I would really appreciate any feedback on:
- Model choice
- Feature engineering
- Possible improvements
Also, I am interested in applying AI to environmental problems in Africa in the future.
Thanks!
(I hope it isn’t too AI because I use ChatGPT to write it WWW)