Skip to content

Commit ecae359

Browse files
committed
data update
1 parent ad0549a commit ecae359

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
data:
22
train_path: data/train.csv
33
test_path: data/test.csv
4-
future_path: data/latest.csv
54

65
train:
76
test_size: 0.2
File renamed without changes.

monitor.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"source": [
26-
"pip install evidently @ git+https://github.com/evidentlyai/evidently.git"
26+
"# pip install evidently @ git+https://github.com/evidentlyai/evidently.git"
2727
]
2828
},
2929
{
@@ -66,7 +66,7 @@
6666
"# Loading data\n",
6767
"reference = pd.read_csv(\"data/train.csv\")\n",
6868
"current = pd.read_csv(\"data/test.csv\")\n",
69-
"production = pd.read_csv(\"data/latest.csv\")"
69+
"production = pd.read_csv(\"data/production.csv\")"
7070
]
7171
},
7272
{

0 commit comments

Comments
 (0)