Closed ogallagher closed 3 years ago
The training interface is now functional, and a completed session is saved to the database. However, there real market data is not yet fetched to the database or used for the training session market data samples.
As of now, the gui dashboard screen has a New Training Session form to select a config (ex. stock symbol, prices per sample, number of samples, etc) and then launch a new training session. The corresponding persist-compatible
TrainingSession
is then instantiated, but there is no training interface yet, and no update to the database.