Skip to content

Commit e871445

Browse files
itearslalexey.kolobyanin
authored and
alexey.kolobyanin
committed
benchmarks: add cuml benchmarks for Random Forest Regressor and TSNE
2 parents 4565974 + 4d10210 commit e871445

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

configs/cuml_config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135
"max-depth": 16,
136136
"max-leaf-nodes": 131072,
137137
"max-features": 0.2
138+
<<<<<<< HEAD
138139
},
139140
{
140141
"algorithm": "df_regr",
@@ -169,6 +170,8 @@
169170
}
170171
}
171172
]
173+
=======
174+
>>>>>>> 4d10210e076097eba20335d7c90e52a8b1194860
172175
},
173176
{
174177
"algorithm": "ridge",
@@ -598,6 +601,7 @@
598601
"alpha": 2.0,
599602
"l1_ratio": 0.5,
600603
"tol": 1e-4
604+
<<<<<<< HEAD
601605
},
602606
{
603607
"algorithm": "tsne",
@@ -618,6 +622,8 @@
618622
}
619623
}
620624
]
625+
=======
626+
>>>>>>> 4d10210e076097eba20335d7c90e52a8b1194860
621627
}
622628
]
623629
}

0 commit comments

Comments
 (0)