georgeslabreche / opssat-orbitai

The OrbitAI app for the OPS-SAT spacecraft.
MIT License
4 stars 4 forks source link

ML Server: save training data and prediction results in CSV files #44

Closed georgeslabreche closed 3 years ago

georgeslabreche commented 3 years ago

Option A: create a ResultsWriter class. Option B: if a class is overkill then just implement a function in the Utils.hpp header file.

Make saving training data something that can be toggled from the properties file.

georgeslabreche commented 3 years ago

I went for simple functions in the Utils.hpp header file.