We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0549a commit ecae359Copy full SHA for ecae359
config.yml
@@ -1,7 +1,6 @@
1
data:
2
train_path: data/train.csv
3
test_path: data/test.csv
4
- future_path: data/latest.csv
5
6
train:
7
test_size: 0.2
data/latest.csv renamed to data/production.csv
monitor.ipynb
@@ -23,7 +23,7 @@
23
}
24
],
25
"source": [
26
- "pip install evidently @ git+https://github.com/evidentlyai/evidently.git"
+ "# pip install evidently @ git+https://github.com/evidentlyai/evidently.git"
27
]
28
},
29
{
@@ -66,7 +66,7 @@
66
"# Loading data\n",
67
"reference = pd.read_csv(\"data/train.csv\")\n",
68
"current = pd.read_csv(\"data/test.csv\")\n",
69
- "production = pd.read_csv(\"data/latest.csv\")"
+ "production = pd.read_csv(\"data/production.csv\")"
70
71
72
0 commit comments