This project creates a machine learning (ML) pipeline for predicting diabetes. It includes essential steps such as data preprocessing, model training, and model evaluation.
- Loads and preprocesses the diabetes dataset.
- Trains and evaluates various machine learning models.
- Selects and saves the best model.
- Python
- Machine Learning Libraries: Scikit-learn, Pandas, Numpy
To install the required libraries for running the project, you can use the following command:
pip install -r requirements.txt