We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1160e1e commit 534987eCopy full SHA for 534987e
R/mars_data.R
@@ -51,7 +51,7 @@ set_encoding(
51
model = "mars",
52
eng = "earth",
53
mode = "regression",
54
- options = list(predictor_indicators = TRUE)
+ options = list(predictor_indicators = FALSE)
55
)
56
57
set_fit(
@@ -70,7 +70,7 @@ set_encoding(
70
71
72
mode = "classification",
73
74
75
76
set_pred(
0 commit comments