Skip to content

Commit 8828d6b

Browse files
committed
update legacy model file
1 parent 3e41b6b commit 8828d6b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

inst/models.tsv

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"boost_tree" "classification" "lightgbm" "bonsai"
2121
"boost_tree" "classification" "spark" NA
2222
"boost_tree" "classification" "xgboost" NA
23+
"boost_tree" "quantile regression" "xgboost" NA
2324
"boost_tree" "regression" "catboost" "bonsai"
2425
"boost_tree" "regression" "h2o" "agua"
2526
"boost_tree" "regression" "h2o_gbm" "agua"
@@ -32,6 +33,7 @@
3233
"decision_tree" "classification" "C5.0" NA
3334
"decision_tree" "classification" "partykit" "bonsai"
3435
"decision_tree" "classification" "rpart" NA
36+
"decision_tree" "classification" "rpartScore" "ordered"
3537
"decision_tree" "classification" "spark" NA
3638
"decision_tree" "regression" "partykit" "bonsai"
3739
"decision_tree" "regression" "rpart" NA
@@ -45,6 +47,7 @@
4547
"discrim_quad" "classification" "sparsediscrim" "discrim"
4648
"discrim_regularized" "classification" "klaR" "discrim"
4749
"gen_additive_mod" "classification" "mgcv" NA
50+
"gen_additive_mod" "classification" "vgam" "ordered"
4851
"gen_additive_mod" "regression" "mgcv" NA
4952
"linear_reg" "quantile regression" "quantreg" NA
5053
"linear_reg" "regression" "brulee" NA
@@ -79,6 +82,7 @@
7982
"mlp" "classification" "h2o" "agua"
8083
"mlp" "classification" "keras" NA
8184
"mlp" "classification" "nnet" NA
85+
"mlp" "quantile regression" "qrnn" NA
8286
"mlp" "regression" "brulee" NA
8387
"mlp" "regression" "brulee_two_layer" NA
8488
"mlp" "regression" "h2o" "agua"
@@ -97,6 +101,9 @@
97101
"nearest_neighbor" "regression" "kknn" NA
98102
"null_model" "classification" "parsnip" NA
99103
"null_model" "regression" "parsnip" NA
104+
"ordinal_reg" "classification" "ordinalNet" "ordered"
105+
"ordinal_reg" "classification" "polr" "ordered"
106+
"ordinal_reg" "classification" "vglm" "ordered"
100107
"pls" "classification" "mixOmics" "plsmod"
101108
"pls" "regression" "mixOmics" "plsmod"
102109
"poisson_reg" "regression" "gee" "multilevelmod"
@@ -113,12 +120,16 @@
113120
"rand_forest" "censored regression" "aorsf" "censored"
114121
"rand_forest" "censored regression" "partykit" "censored"
115122
"rand_forest" "classification" "aorsf" "bonsai"
123+
"rand_forest" "classification" "grf" NA
116124
"rand_forest" "classification" "h2o" "agua"
125+
"rand_forest" "classification" "ordinalForest" "ordered"
117126
"rand_forest" "classification" "partykit" "bonsai"
118127
"rand_forest" "classification" "randomForest" NA
119128
"rand_forest" "classification" "ranger" NA
120129
"rand_forest" "classification" "spark" NA
130+
"rand_forest" "quantile regression" "grf" NA
121131
"rand_forest" "regression" "aorsf" "bonsai"
132+
"rand_forest" "regression" "grf" NA
122133
"rand_forest" "regression" "h2o" "agua"
123134
"rand_forest" "regression" "partykit" "bonsai"
124135
"rand_forest" "regression" "randomForest" NA

0 commit comments

Comments
 (0)