Understanding Machine Learning
Hadrien Lacroix
Content Developer at DataCamp

Reducing the number of features

Irrelevance: some features don't carry useful information

Correlation: some features carry similar information





SVM algorithm hyperparameters:
kernel: "linear" --> "poly"Cdegreegammashrinkingcoef0tol



Understanding Machine Learning