Skip to content

Commit 534987e

Browse files
committed
Change to predictor_indicators = FALSE for MARS models
1 parent 1160e1e commit 534987e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/mars_data.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ set_encoding(
5151
model = "mars",
5252
eng = "earth",
5353
mode = "regression",
54-
options = list(predictor_indicators = TRUE)
54+
options = list(predictor_indicators = FALSE)
5555
)
5656

5757
set_fit(
@@ -70,7 +70,7 @@ set_encoding(
7070
model = "mars",
7171
eng = "earth",
7272
mode = "classification",
73-
options = list(predictor_indicators = TRUE)
73+
options = list(predictor_indicators = FALSE)
7474
)
7575

7676
set_pred(

0 commit comments

Comments
 (0)