We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5348e01 commit b8e821cCopy full SHA for b8e821c
1 file changed
configs/weekly/xgboost_regression.json
@@ -0,0 +1,50 @@
1
+{
2
+ "INCLUDE": ["../common/xgboost.json"],
3
+ "PARAMETERS_SETS": {
4
+ "xgboost data": [
5
+ {
6
+ "data": {
7
+ "source": "make_regression",
8
+ "generation_kwargs": [
9
10
+ "n_samples": 2097152, "n_features": 256
11
+ },
12
13
+ "n_samples": 2097152, "n_features": 32
14
+ }
15
+ ],
16
+ "split_kwargs": { "train_size": 0.5, "test_size": 0.5 }
17
18
+ "algorithm": {
19
+ "estimator_params": [
20
21
+ "n_estimators": 128,
22
+ "max_depth": 8
23
24
25
26
+ "max_depth": 3
27
28
29
+ "n_estimators": 32,
30
31
32
33
34
35
36
+ ]
37
38
39
40
41
+ "TEMPLATES": {
42
+ "regression": {
43
+ "SETS": [
44
+ "xgboost regression",
45
+ "xgboost implementations",
46
+ "xgboost data"
47
48
49
50
+}
0 commit comments