Viewing a single comment thread. View all comments

flapflip9 t1_j1dk0ke wrote

Sounds like you want to predict 50 values, given 150 inputs. ML might work, but I doubt you'd have enough data to avoid over fitting.

It also sounds like it's not like there's a single correct numerical answer for any given day, rather, you're trying to find a decent distribution. So look first into constrained optimizations first, similar to budget allocation or task distribution optimizations.

1