Regression Techniques for Calorie Prediction: A Comparative Analysis
摘要
This paper aims to predict the calories burnt by a person using machine learning models built on several regression algorithms like linear, random forest, XGBoost, and CatBoost based on gender, age, height, weight, duration of exercise, body temperature, and heartbeat of the person. In addition, the analysis compares the algorithms based on performance metrics like mean absolute error (MAE), mean square error (MSE), and R2 score and determines the most effective algorithm for calorie prediction.