mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-16 12:28:09 +00:00
fix(WalkForward): major bug where we passed in "window of windows of data" is resolved, refactored walk_forward_train_test() and load_data()
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Run pipeline",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"module": "model_walk_forward"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user