Expected Behavior
The ML tutorials explain how members can either:
- Train a model during algorithm execution
- Train a model externally (for example, on their local machine), then load the trained model into their algorithm for trading
Actual Behavior
The tutorials assume that members train a model during algorithm execution. The only hint that members can train the model externally is in Load Models where we say:
You can load machine learning models from the Object Store or a custom data file like pickle.
Checklist