Share

Python Feature Engineering Cookbook - Second Edition

Download Python Feature Engineering Cookbook - Second Edition PDF Online Free

Author :
Release : 2022-10-31
Genre :
Kind : eBook
Book Rating : 302/5 ( reviews)

GET EBOOK


Book Synopsis Python Feature Engineering Cookbook - Second Edition by : Soledad Galli

Download or read book Python Feature Engineering Cookbook - Second Edition written by Soledad Galli. This book was released on 2022-10-31. Available in PDF, EPUB and Kindle. Book excerpt: Create end-to-end, reproducible feature engineering pipelines that can be deployed into production using open-source Python libraries Key Features: Learn and implement feature engineering best practices Reinforce your learning with the help of multiple hands-on recipes Build end-to-end feature engineering pipelines that are performant and reproducible Book Description: Feature engineering, the process of transforming variables and creating features, albeit time-consuming, ensures that your machine learning models perform seamlessly. This second edition of Python Feature Engineering Cookbook will take the struggle out of feature engineering by showing you how to use open source Python libraries to accelerate the process via a plethora of practical, hands-on recipes. This updated edition begins by addressing fundamental data challenges such as missing data and categorical values, before moving on to strategies for dealing with skewed distributions and outliers. The concluding chapters show you how to develop new features from various types of data, including text, time series, and relational databases. With the help of numerous open source Python libraries, you'll learn how to implement each feature engineering method in a performant, reproducible, and elegant manner. By the end of this Python book, you will have the tools and expertise needed to confidently build end-to-end and reproducible feature engineering pipelines that can be deployed into production. What You Will Learn: Impute missing data using various univariate and multivariate methods Encode categorical variables with one-hot, ordinal, and count encoding Handle highly cardinal categorical variables Transform, discretize, and scale your variables Create variables from date and time with pandas and Feature-engine Combine variables into new features Extract features from text as well as from transactional data with Featuretools Create features from time series data with tsfresh Who this book is for: This book is for machine learning and data science students and professionals, as well as software engineers working on machine learning model deployment, who want to learn more about how to transform their data and create new features to train machine learning models in a better way.

Python Feature Engineering Cookbook

Download Python Feature Engineering Cookbook PDF Online Free

Author :
Release : 2020-01-22
Genre : Computers
Kind : eBook
Book Rating : 824/5 ( reviews)

GET EBOOK


Book Synopsis Python Feature Engineering Cookbook by : Soledad Galli

Download or read book Python Feature Engineering Cookbook written by Soledad Galli. This book was released on 2020-01-22. Available in PDF, EPUB and Kindle. Book excerpt: Extract accurate information from data to train and improve machine learning models using NumPy, SciPy, pandas, and scikit-learn libraries Key FeaturesDiscover solutions for feature generation, feature extraction, and feature selectionUncover the end-to-end feature engineering process across continuous, discrete, and unstructured datasetsImplement modern feature extraction techniques using Python's pandas, scikit-learn, SciPy and NumPy librariesBook Description Feature engineering is invaluable for developing and enriching your machine learning models. In this cookbook, you will work with the best tools to streamline your feature engineering pipelines and techniques and simplify and improve the quality of your code. Using Python libraries such as pandas, scikit-learn, Featuretools, and Feature-engine, you’ll learn how to work with both continuous and discrete datasets and be able to transform features from unstructured datasets. You will develop the skills necessary to select the best features as well as the most suitable extraction techniques. This book will cover Python recipes that will help you automate feature engineering to simplify complex processes. You’ll also get to grips with different feature engineering strategies, such as the box-cox transform, power transform, and log transform across machine learning, reinforcement learning, and natural language processing (NLP) domains. By the end of this book, you’ll have discovered tips and practical solutions to all of your feature engineering problems. What you will learnSimplify your feature engineering pipelines with powerful Python packagesGet to grips with imputing missing valuesEncode categorical variables with a wide set of techniquesExtract insights from text quickly and effortlesslyDevelop features from transactional data and time series dataDerive new features by combining existing variablesUnderstand how to transform, discretize, and scale your variablesCreate informative variables from date and timeWho this book is for This book is for machine learning professionals, AI engineers, data scientists, and NLP and reinforcement learning engineers who want to optimize and enrich their machine learning models with the best features. Knowledge of machine learning and Python coding will assist you with understanding the concepts covered in this book.

Python Feature Engineering Cookbook

Download Python Feature Engineering Cookbook PDF Online Free

Author :
Release : 2022-10-31
Genre : Computers
Kind : eBook
Book Rating : 390/5 ( reviews)

GET EBOOK


Book Synopsis Python Feature Engineering Cookbook by : Soledad Galli

Download or read book Python Feature Engineering Cookbook written by Soledad Galli. This book was released on 2022-10-31. Available in PDF, EPUB and Kindle. Book excerpt: Create end-to-end, reproducible feature engineering pipelines that can be deployed into production using open-source Python libraries Key FeaturesLearn and implement feature engineering best practicesReinforce your learning with the help of multiple hands-on recipesBuild end-to-end feature engineering pipelines that are performant and reproducibleBook Description Feature engineering, the process of transforming variables and creating features, albeit time-consuming, ensures that your machine learning models perform seamlessly. This second edition of Python Feature Engineering Cookbook will take the struggle out of feature engineering by showing you how to use open source Python libraries to accelerate the process via a plethora of practical, hands-on recipes. This updated edition begins by addressing fundamental data challenges such as missing data and categorical values, before moving on to strategies for dealing with skewed distributions and outliers. The concluding chapters show you how to develop new features from various types of data, including text, time series, and relational databases. With the help of numerous open source Python libraries, you'll learn how to implement each feature engineering method in a performant, reproducible, and elegant manner. By the end of this Python book, you will have the tools and expertise needed to confidently build end-to-end and reproducible feature engineering pipelines that can be deployed into production. What you will learnImpute missing data using various univariate and multivariate methodsEncode categorical variables with one-hot, ordinal, and count encodingHandle highly cardinal categorical variablesTransform, discretize, and scale your variablesCreate variables from date and time with pandas and Feature-engineCombine variables into new featuresExtract features from text as well as from transactional data with FeaturetoolsCreate features from time series data with tsfreshWho this book is for This book is for machine learning and data science students and professionals, as well as software engineers working on machine learning model deployment, who want to learn more about how to transform their data and create new features to train machine learning models in a better way.

Feature Engineering and Selection

Download Feature Engineering and Selection PDF Online Free

Author :
Release : 2019-07-25
Genre : Business & Economics
Kind : eBook
Book Rating : 467/5 ( reviews)

GET EBOOK


Book Synopsis Feature Engineering and Selection by : Max Kuhn

Download or read book Feature Engineering and Selection written by Max Kuhn. This book was released on 2019-07-25. Available in PDF, EPUB and Kindle. Book excerpt: The process of developing predictive models includes many stages. Most resources focus on the modeling algorithms but neglect other critical aspects of the modeling process. This book describes techniques for finding the best representations of predictors for modeling and for nding the best subset of predictors for improving model performance. A variety of example data sets are used to illustrate the techniques along with R programs for reproducing the results.

Feature Engineering for Machine Learning

Download Feature Engineering for Machine Learning PDF Online Free

Author :
Release : 2018-03-23
Genre : Computers
Kind : eBook
Book Rating : 195/5 ( reviews)

GET EBOOK


Book Synopsis Feature Engineering for Machine Learning by : Alice Zheng

Download or read book Feature Engineering for Machine Learning written by Alice Zheng. This book was released on 2018-03-23. Available in PDF, EPUB and Kindle. Book excerpt: Feature engineering is a crucial step in the machine-learning pipeline, yet this topic is rarely examined on its own. With this practical book, you’ll learn techniques for extracting and transforming features—the numeric representations of raw data—into formats for machine-learning models. Each chapter guides you through a single data problem, such as how to represent text or image data. Together, these examples illustrate the main principles of feature engineering. Rather than simply teach these principles, authors Alice Zheng and Amanda Casari focus on practical application with exercises throughout the book. The closing chapter brings everything together by tackling a real-world, structured dataset with several feature-engineering techniques. Python packages including numpy, Pandas, Scikit-learn, and Matplotlib are used in code examples. You’ll examine: Feature engineering for numeric data: filtering, binning, scaling, log transforms, and power transforms Natural text techniques: bag-of-words, n-grams, and phrase detection Frequency-based filtering and feature scaling for eliminating uninformative features Encoding techniques of categorical variables, including feature hashing and bin-counting Model-based feature engineering with principal component analysis The concept of model stacking, using k-means as a featurization technique Image feature extraction with manual and deep-learning techniques

You may also like...