Hacker News new | ask | show | jobs
by tharshan09 3710 days ago
Im also just curious what technologies you are using, specifically for the ML. Is there a particular ML technique that works well for this use case?
2 comments

Just python. I'm by no means an ML expert, this was my first foray into it. I used some basic stats to identify correlated exercises, and then simple linear regression to fit the data to a line. In my mind, linear regression is sufficient for such a simple ML problem.
Just running to a meeting but I'll reply in more detail in an hour.