Ideal Body Weight

I will write more about this project in the near future. For now, I just want a public record of my weight loss that holds me accountable. Every bar represents the relative weight loss compared to my weight on 2025-01-24, i.e. larger bars are better. Forecast of reaching target weight, i.e. a bar reaching the top right corner of the screen: 2024-09-28.

I pre-processed the data exported from my FDDB account with Python, pandas, and scikit-learn. The trend line is based on exponentially weighted moving averages with a smoothing factor of 0.1. The forecast is calculated with least squares linear regression.