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 7c70cf6 commit 439159eCopy full SHA for 439159e
README.md
@@ -244,3 +244,9 @@ Stochastic Gradient Boosting
244
- Features are sampled (without replacement) when choosing split points.
245
- Result: further ensemble diversity.
246
- Effect: adding further variance to the ensemble oftrees.
247
+
248
+PART 5 - MODEL TUNING
249
250
+- The hyperparameters of a machine learning model are parameters that are not learned from data.
251
+- They should be set prior to fitting the model to the training set.
252
0 commit comments