Skip to content

Commit 16e21dd

Browse files
Update README.md
Following tidymodels#715
1 parent 083fd9a commit 16e21dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ might have:
4545
# From randomForest
4646
rf_1 <- randomForest(
4747
y ~ .,
48-
data = .,
48+
data = dat,
4949
mtry = 10,
5050
ntree = 2000,
5151
importance = TRUE

0 commit comments

Comments
 (0)