Skip to content

Commit ebf8fc3

Browse files
sk-ippdxjohnny
authored andcommitted
model: slr: Use mse scorer for cli tests
1 parent d3e1704 commit ebf8fc3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dffml/model/slr.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ class SLRModel(SimpleModel):
9797
-model-predict ans:int:1 \
9898
-model-location tempdir \
9999
-sources f=csv \
100-
-source-filename dataset.csv
100+
-source-filename dataset.csv \
101+
-scorer mse \
101102
1.0
102103
103104
Make a prediction

0 commit comments

Comments
 (0)