This project aims to predict calorie burn using historical data on exercises and calorie consumption. The model utilizes the HistGradient Boosting Regressor to provide accurate predictions based on the imported datasets from Kaggle.
calories.csv
: Contains data related to calorie consumption. Download from Kaggleexercise.csv
: Contains data related to exercise activities. Download from Kaggle
To run this project, ensure you have the following Python libraries installed:
pandas
numpy
scikit-learn
matplotlib
(for any visualizations)jupyter
(for running the notebook)
You can install these libraries using pip:
pip install pandas numpy scikit-learn matplotlib jupyter