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 083fd9a commit fd7cb6aCopy full SHA for fd7cb6a
README.Rmd
@@ -50,7 +50,7 @@ One challenge with different modeling functions available in R _that do the same
50
# From randomForest
51
rf_1 <- randomForest(
52
y ~ .,
53
- data = .,
+ data = dat,
54
mtry = 10,
55
ntree = 2000,
56
importance = TRUE
README.md
@@ -45,7 +45,7 @@ might have:
45
46
47
48
49
@@ -140,7 +140,6 @@ rand_forest(mtry = 10, trees = 2000) %>%
140
fit(mpg ~ ., data = mtcars)
141
#> parsnip model object
142
#>
143
-#> Fit time: 45ms
144
#> Ranger result
145
146
#> Call:
0 commit comments