INNER CODE UNIT · Python
prediction_pipeline
ScottfreeLLC/AlphaPy · alphapy/__main__.py:309
def prediction_pipeline(model):
r"""AlphaPy Prediction Pipeline
Parameters
----------
model : alphapy.Model
The model object for controlling the pipeline.
Returns
-------
None : None
Notes
-----
The saved model is loaded from disk, and predictions are made
on the new testing data.
"""