Skip to content

Commit 595a7ee

Browse files
authored
Update linear_model.json
1 parent 7ab1cc3 commit 595a7ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configs/regular/bf16/linear_model.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"algorithm": {
1111
"estimator": "LinearRegression",
1212
"estimator_params": { "fit_intercept": true, "copy_X": true }
13+
},
14+
"data": {
15+
"dtype": ["float32"]
1316
}
1417
},
1518
"sklearn linear parameters": {

0 commit comments

Comments
 (0)