Merge pull request #3321 from rcurtin/decision-tree-type

Fix documentation type for `decision_tree` binding
This commit is contained in:
Ryan Curtin
2022-11-28 18:32:55 -05:00
committed by GitHub
+1 -1
View File
@@ -15,7 +15,7 @@ add_all_bindings(bayesian_linear_regression bayesian_linear_regression
"regression")
add_all_bindings(cf cf "misc. / other")
add_all_bindings(dbscan dbscan "clustering")
add_all_bindings(decision_tree decision_tree "clustering")
add_all_bindings(decision_tree decision_tree "classification")
add_all_bindings(det det "misc. / other")
add_all_bindings(emst emst "geometry")
add_all_bindings(fastmks fastmks "geometry")