Andrey’s Reviews > Feature Engineering Made Easy > Status Update

Andrey
Andrey is 81% done
Dec 12, 2018 06:24AM
Feature Engineering Made Easy

flag

Andrey’s Previous Updates

Andrey
Andrey is 71% done
Aug 01, 2018 03:53PM
Feature Engineering Made Easy


Andrey
Andrey is 61% done
Jul 12, 2018 04:05PM
Feature Engineering Made Easy


Andrey
Andrey is 40% done
Jun 18, 2018 04:31PM
Feature Engineering Made Easy


Andrey
Andrey is 18% done
Jun 17, 2018 03:50PM
Feature Engineering Made Easy


Comments Showing 1-6 of 6 (6 new)

dateUp arrow    newest »

message 1: by Benjamin (new)

Benjamin Uminsky Is this being explained in the abstract or does it provide specific examples done in Python or R?


message 2: by Andrey (last edited Dec 12, 2018 10:46AM) (new) - rated it 3 stars

Andrey It has rather shallow explanations of algorithms, and many examples in Python using scikit-learn.


message 3: by Benjamin (new)

Benjamin Uminsky ok. What are the core algo's covered? GBM, Random Forrest, and Neural Networks?


message 4: by Benjamin (new)

Benjamin Uminsky Any discussion in the book on different data transforms like natural log, box cox, etc?


message 5: by Andrey (last edited Dec 13, 2018 10:05AM) (new) - rated it 3 stars

Andrey 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).


message 6: by Benjamin (new)

Benjamin Uminsky thanks for sharing Andrey. I have slowly made my way through Intro to Statistical learning and Elements of Statistical learning, both excellent books for ML.


back to top