ogallagher / marketsense

Leverage the human neural network to predict market asset values
Other
1 stars 0 forks source link

Perform and save a basic training session #8

Closed ogallagher closed 3 years ago

ogallagher commented 3 years ago

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.

ogallagher commented 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.