INNER CODE UNIT · Python

main_pipeline

ScottfreeLLC/AlphaPy · alphapy/__main__.py:413

def main_pipeline(model):
    r"""AlphaPy Main Pipeline

    Parameters
    ----------
    model : alphapy.Model
        The model specifications for the pipeline.

    Returns
    -------
    model : alphapy.Model
        The final model.

    """

    # Extract any model specifications
    predict_mode = model.specs['predict_mode']

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…