feat(Pipeline): save results, train on all assets

This commit is contained in:
Mark Aron Szulyovszky
2021-12-14 22:59:44 +01:00
parent 7a6ddcec08
commit 64721330a3
2 changed files with 27 additions and 23 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
"name": "Run pipeline",
"type": "python",
"request": "launch",
"module": "model_walk_forward"
"module": "run_pipeline",
}
]
}