Calories Burnt Prediction

Machine learning
XGB Regressor
Python
Scikit-learn
Matplotlib
Pandas

The Calorie Burn Prediction Model utilizes the XGBRegressor, a powerful machine learning algorithm, to estimate the number of calories burned by an individual during physical activity. The model takes into account various parameters such as gender, age, height, weight, duration of exercise, heart rate, and body temperature. Employing the XGBRegressor algorithm allows the model to handle complex relationships among the input parameters and predict the calorie expenditure accurately.

Feature Description
  • Gender: The Gender of the person
  • Age: The age of the person
  • Height: The height of the person
  • Weight: The weight of the person
  • Duration: The duration for which exercise was done
  • Heart_Rate: The heart rate after the exercise was done
  • Body_Temp: The temperature of the body after the exercise was done

Files

Most Used Packages
logo
Pandas
logo
Numpy
logo
Matplotlib
Other Projects