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"C
degree
gamma
shrinking
coef0
tol
Understanding Machine Learning