alg === .. py:module:: alg Attributes ---------- .. autoapisummary:: alg.app Functions --------- .. autoapisummary:: alg.train alg.backtest alg.analysis Module Contents --------------- .. py:data:: app .. py:function:: train(ctx, config, dry_run = typer.Option(False, '--dry-run', '-d', help='Run the training in dry run mode without saving results.'), no_test = typer.Option(False, '--no-test', '-t', help='Run the backtesting suite via the new model'), fetch_data = typer.Option(False, '--fetch-data', '-f', help='Fetch the latest data before training. Do not use Cache.')) .. py:function:: backtest(ctx, config, on_train = typer.Option(False, '--on-train', help='Run backtesting on the training data instead of test data.')) .. py:function:: analysis(ctx, alg_config, out_dir)