Implementation of a complete machine learning pipeline using structured tabular data, covering data preprocessing, model training, and evaluation.
Install dependencies:
pip install -r requirements.txt
- Cleaned and preprocessed dataset
- Trained machine learning model
- Model evaluation using standard metrics
- Reproducible end-to-end ML workflow