Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 2.05 KB

File metadata and controls

35 lines (25 loc) · 2.05 KB

Body Fat Percentage Predictor: gathers body attributes to make a prediction on your bodyfat percentage based on previous data of recorded participants utilizing hydrostatic weighing. Additionally, the model has been deployed end to end using Streamlit, for testing and further research for applicability.

Image from Gyazo Image from Gyazo

Application

  • Variable correlation testing
  • Variable distribution analysis
  • Outlier detection and feature engineering
  • Model hyperparameter tuning and training

Results

  • Using various learning rates, tree depths and number of trees this model's accuracy shows a positive linear relationship
  • Achieves a Mean Absolute Error of 134.66 with normal distribution comparing the prediction and actual values
  • CatBoost was used simply due to speed and optimization in comparison to XGBoost or LightGBM