Skip to content

Commit 270c841

Browse files
forest reg data same as cls
1 parent 7348b42 commit 270c841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/spmd/large_scale/forest_reg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"synthetic data": {
1010
"data": [
11-
{ "source": "make_regression", "generation_kwargs": { "n_samples": 1000000, "n_features": 10, "noise": 1.25 }, "split_kwargs": { "train_size": 900000, "test_size": 100000 }, "algorithm": { "estimator_params": { "n_estimators": 5, "max_depth": 4 } }},
12-
{ "source": "make_regression", "generation_kwargs": { "n_samples": 100000, "n_features": 100, "noise": 1.25 }, "split_kwargs": { "train_size": 90000, "test_size": 10000 }, "algorithm": { "estimator_params": { "n_estimators": 10, "max_depth": 4 } }}
11+
{ "source": "make_regression", "generation_kwargs": { "n_samples": 501000, "n_features": 10, "noise": 1.25 }, "split_kwargs": { "train_size": 500000, "test_size": 1000 }, "algorithm": { "estimator_params": { "n_estimators": 20, "max_depth": 4 } }},
12+
{ "source": "make_regression", "generation_kwargs": { "n_samples": 11000, "n_features": 1000, "noise": 1.25 }, "split_kwargs": { "train_size": 10000, "test_size": 1000 }, "algorithm": { "estimator_params": { "n_estimators": 20, "max_depth": 4 } }}
1313

1414
]
1515
}

0 commit comments

Comments
 (0)