Skip to content

Commit

Permalink
[DOCS] Fixes typo in ML resources
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Nov 26, 2019
1 parent fe2c651 commit 7774312
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ examining the loss on the training data. Subject to the size constraint, this
operation provides an upper bound on the improvement in validation loss.

A fixed number of rounds is used for optimization which depends on the number of
parameters being optimized. The optimitazion starts with random search, then
Bayesian Optimisation is performed that is targeting maximum expected
parameters being optimized. The optimization starts with random search, then
Bayesian optimization is performed that is targeting maximum expected
improvement. If you override any parameters, then the optimization will
calculate the value of the remaining parameters accordingly and use the value
you provided for the overridden parameter. The number of rounds are reduced
Expand Down

0 comments on commit 7774312

Please sign in to comment.