Skip to content

Commit 99fdb89

Browse files
authored
Update linear_model.json
1 parent fdd32d1 commit 99fdb89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: configs/regular/bf16/linear_model.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"estimator_params": { "fit_intercept": true, "copy_X": true }
1313
},
1414
"data": {
15-
"dtype": ["float32"]
15+
"dtype": ["float32"],
16+
"order": "C",
1617
}
1718
},
1819
"sklearn linear parameters": {

0 commit comments

Comments
 (0)