Feature Selection in Machine Learning with Feature-engine
Feature Selection in Machine Learning with Feature-engine
Discover feature selection algorithms that scale well and overcome the limitations of statistical models or the computational cost of wrapper methods.
About the Book
Feature-engine is an open-source Python library for feature engineering and feature selection. It uses pandas and Scikit-learn under the hood to engineer and select feature subsets.
Feature selection is the process of selecting a subset of features from the total variables in a data set to train machine learning algorithms. Feature selection is key for developing simpler, faster, and highly performant machine learning models. The aim of any feature selection algorithm is to create classifiers or regression models that run faster and whose outputs are easier to understand by their users.
In this book, you will find feature selection methods described in scientific literature and used in data science competitions to select the best subsets of predictor variables from your data. These methods extend the feature selection toolkit already provided by Scikit-learn, with additional tools that scale better than wrapper methods, overcome the limitations of statistical methods, and are able to capture feature interaction while handling feature redundancy.
Table of Contents
-
Preface
- Who is this book for
- What this book covers
- Technical requirements
- Download the code files
- Get in touch
-
Chapter 1: Feature Selection Overview
- What is feature selection?
- Why do we select features?
- Feature selection methods
- Univariate and multivariate methods
-
Chapter 2: Basic Feature Selection Methods
- Constant features
- Quasi-constant features
- Duplicated features
- References
-
Chapter 3: Correlation of Predictors
- Correlation coefficients
- Remove correlated features: retain first, remove the rest
- Remove correlated features: retain best feature, remove the rest
-
Chapter 4: Univariate Feature Selection
- Single feature model
- Target encoding
- References
-
Chapter 5: Multivariate Feature Selection
- Recursive feature addition
- Recursive feature elimination
- Feature shuffling
- References
-
Next steps
- Other books by the author
- Online courses by the author
The Leanpub 60-day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
See full terms
80% Royalties. Earn $16 on a $20 book.
We pay 80% royalties. That's not a typo: you earn $16 on a $20 sale. If we sell 5000 non-refunded copies of your book or course for $20, you'll earn $80,000.
(Yes, some authors have already earned much more than that on Leanpub.)
In fact, authors have earnedover $12 millionwriting, publishing and selling on Leanpub.
Learn more about writing on Leanpub
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers) and EPUB (for phones, tablets and Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them