Andrey’s Reviews > Feature Engineering Made Easy > Status Update
Like flag
Andrey’s Previous Updates
Comments Showing 1-6 of 6 (6 new)
date
newest »
newest »
message 1:
by
Benjamin
(new)
Dec 12, 2018 09:49AM
Is this being explained in the abstract or does it provide specific examples done in Python or R?
reply
|
flag
It's mostly about preprocessing: imputation of missing values, encoding of categorical values, regularization, standardization, vectorizers of textual data, PCA, LDA etc. Also, there is a chapter on the feature selection module from scikit-learn. It has no discussions of natural log or Box Cox transformations. If you want a more in-depth and heavier on math book on feature engineering you can take a look at Feature Engineering for Machine Learning. It's much better at explaining algorithms (and describes log and box cox transformations).

