Please enable JavaScript.
Coggle requires JavaScript to display documents.
Machine Learning (Supervised Learning (Techniques (Tuning (Underfitting…
Machine Learning
Supervised Learning
Techniques
-
-
Tuning
Underfitting
not performing well in the training set, due to BIAS
Overfitting
performing well in training but not in test, due to VARIANCE
CrossValidation
we split the data in training, CrossValidation and Test set. !!!! the test will be used JUST with the final model
-
-
-
-
-
-
-
-
-
-
-