Skip to content

Commit 01e6e37

Browse files
changes before attempting line 38 fix train_model.py
1 parent 4cc4792 commit 01e6e37

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.ipynb_checkpoints/train_model-checkpoint.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
p, r, fb = performance_on_categorical_slice(
8181
data = test,
8282
column_name = col,
83-
slice_value = slice_value
84-
categorical_features = cat_features,
83+
slice_value = slice_value,
84+
cat_features = cat_features,
8585
label = "salary",
8686
encoder = encoder,
8787
lb = lb,
165 Bytes
Binary file not shown.

ml/__pycache__/data.cpython-38.pyc

2.6 KB
Binary file not shown.
3.76 KB
Binary file not shown.

train_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@
8080
p, r, fb = performance_on_categorical_slice(
8181
data = test,
8282
column_name = col,
83-
slice_value = slice_value
84-
categorical_features = cat_features,
83+
slice_value = slice_value,
84+
cat_features = cat_features,
8585
label = "salary",
8686
encoder = encoder,
8787
lb = lb,

0 commit comments

Comments
 (0)