Skip to content

Commit

Permalink
address breaking change in EvoTrees in the manual
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Aug 2, 2022
1 parent 56ea42d commit 0d1576e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/controlling_iterative_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ using MLJ
X, y = make_moons(100, rng=123, noise=0.5)
EvoTreeClassifier = @load EvoTreeClassifier verbosity=0
iterated_model = IteratedModel(model=EvoTreeClassifier(rng=123, η=0.005),
iterated_model = IteratedModel(model=EvoTreeClassifier(rng=123, eta=0.005),
resampling=Holdout(),
measures=log_loss,
controls=[Step(5),
Expand Down

0 comments on commit 0d1576e

Please sign in to comment.