Browse Source

[DOCS] Fixes typo in ML resources

lcawl 5 years ago
parent
commit
3b3f3ca925
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/ml/df-analytics/apis/dfanalyticsresources.asciidoc

+ 2 - 2
docs/reference/ml/df-analytics/apis/dfanalyticsresources.asciidoc

@@ -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