hkenawi / FPL-optimizer

This repository contains the source code for an optimizer model that evaluates a user's team and recommends optimal decision making regarding transfers and chip usage
2 stars 0 forks source link

Build infrastructure for xPts model #4

Open hkenawi opened 6 months ago

hkenawi commented 6 months ago

Evaluate the benefits of different algorithms and select the optimal one to use for training.

hkenawi commented 5 months ago

This is more of a discussion. Currently my thought process is to use an LSTM that can understand the temporal dimension but then how would we feature-ize this temporal dependency?

We could vectorize results of the previous games but could be difficult. Not sure.