Feature Engineering for Machine Learning and Data Analytics

Download Feature Engineering for Machine Learning and Data Analytics PDF Online Free

Author :
Publisher : CRC Press
ISBN 13 : 1351721275
Total Pages : 400 pages
Book Rating : 4.3/5 (517 download)

DOWNLOAD NOW!


Book Synopsis Feature Engineering for Machine Learning and Data Analytics by : Guozhu Dong

Download or read book Feature Engineering for Machine Learning and Data Analytics written by Guozhu Dong and published by CRC Press. This book was released on 2018-03-14 with total page 400 pages. Available in PDF, EPUB and Kindle. Book excerpt: Feature engineering plays a vital role in big data analytics. Machine learning and data mining algorithms cannot work without data. Little can be achieved if there are few features to represent the underlying data objects, and the quality of results of those algorithms largely depends on the quality of the available features. Feature Engineering for Machine Learning and Data Analytics provides a comprehensive introduction to feature engineering, including feature generation, feature extraction, feature transformation, feature selection, and feature analysis and evaluation. The book presents key concepts, methods, examples, and applications, as well as chapters on feature engineering for major data types such as texts, images, sequences, time series, graphs, streaming data, software engineering data, Twitter data, and social media data. It also contains generic feature generation approaches, as well as methods for generating tried-and-tested, hand-crafted, domain-specific features. The first chapter defines the concepts of features and feature engineering, offers an overview of the book, and provides pointers to topics not covered in this book. The next six chapters are devoted to feature engineering, including feature generation for specific data types. The subsequent four chapters cover generic approaches for feature engineering, namely feature selection, feature transformation based feature engineering, deep learning based feature engineering, and pattern based feature generation and engineering. The last three chapters discuss feature engineering for social bot detection, software management, and Twitter-based applications respectively. This book can be used as a reference for data analysts, big data scientists, data preprocessing workers, project managers, project developers, prediction modelers, professors, researchers, graduate students, and upper level undergraduate students. It can also be used as the primary text for courses on feature engineering, or as a supplement for courses on machine learning, data mining, and big data analytics.

Feature Engineering for Machine Learning and Data Analytics

Download Feature Engineering for Machine Learning and Data Analytics PDF Online Free

Author :
Publisher : CRC Press
ISBN 13 : 1351721267
Total Pages : 389 pages
Book Rating : 4.3/5 (517 download)

DOWNLOAD NOW!


Book Synopsis Feature Engineering for Machine Learning and Data Analytics by : Guozhu Dong

Download or read book Feature Engineering for Machine Learning and Data Analytics written by Guozhu Dong and published by CRC Press. This book was released on 2018-03-14 with total page 389 pages. Available in PDF, EPUB and Kindle. Book excerpt: Feature engineering plays a vital role in big data analytics. Machine learning and data mining algorithms cannot work without data. Little can be achieved if there are few features to represent the underlying data objects, and the quality of results of those algorithms largely depends on the quality of the available features. Feature Engineering for Machine Learning and Data Analytics provides a comprehensive introduction to feature engineering, including feature generation, feature extraction, feature transformation, feature selection, and feature analysis and evaluation. The book presents key concepts, methods, examples, and applications, as well as chapters on feature engineering for major data types such as texts, images, sequences, time series, graphs, streaming data, software engineering data, Twitter data, and social media data. It also contains generic feature generation approaches, as well as methods for generating tried-and-tested, hand-crafted, domain-specific features. The first chapter defines the concepts of features and feature engineering, offers an overview of the book, and provides pointers to topics not covered in this book. The next six chapters are devoted to feature engineering, including feature generation for specific data types. The subsequent four chapters cover generic approaches for feature engineering, namely feature selection, feature transformation based feature engineering, deep learning based feature engineering, and pattern based feature generation and engineering. The last three chapters discuss feature engineering for social bot detection, software management, and Twitter-based applications respectively. This book can be used as a reference for data analysts, big data scientists, data preprocessing workers, project managers, project developers, prediction modelers, professors, researchers, graduate students, and upper level undergraduate students. It can also be used as the primary text for courses on feature engineering, or as a supplement for courses on machine learning, data mining, and big data analytics.

Feature Engineering for Machine Learning

Download Feature Engineering for Machine Learning PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1491953195
Total Pages : 218 pages
Book Rating : 4.4/5 (919 download)

DOWNLOAD NOW!


Book Synopsis Feature Engineering for Machine Learning by : Alice Zheng

Download or read book Feature Engineering for Machine Learning written by Alice Zheng and published by "O'Reilly Media, Inc.". This book was released on 2018-03-23 with total page 218 pages. 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

Python Feature Engineering Cookbook

Download Python Feature Engineering Cookbook PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1789807824
Total Pages : 364 pages
Book Rating : 4.7/5 (898 download)

DOWNLOAD NOW!


Book Synopsis Python Feature Engineering Cookbook by : Soledad Galli

Download or read book Python Feature Engineering Cookbook written by Soledad Galli and published by Packt Publishing Ltd. This book was released on 2020-01-22 with total page 364 pages. 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 Data Science Handbook

Download Python Data Science Handbook PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1491912138
Total Pages : 743 pages
Book Rating : 4.4/5 (919 download)

DOWNLOAD NOW!


Book Synopsis Python Data Science Handbook by : Jake VanderPlas

Download or read book Python Data Science Handbook written by Jake VanderPlas and published by "O'Reilly Media, Inc.". This book was released on 2016-11-21 with total page 743 pages. Available in PDF, EPUB and Kindle. Book excerpt: For many researchers, Python is a first-class tool mainly because of its libraries for storing, manipulating, and gaining insight from data. Several resources exist for individual pieces of this data science stack, but only with the Python Data Science Handbook do you get them all—IPython, NumPy, Pandas, Matplotlib, Scikit-Learn, and other related tools. Working scientists and data crunchers familiar with reading and writing Python code will find this comprehensive desk reference ideal for tackling day-to-day issues: manipulating, transforming, and cleaning data; visualizing different types of data; and using data to build statistical or machine learning models. Quite simply, this is the must-have reference for scientific computing in Python. With this handbook, you’ll learn how to use: IPython and Jupyter: provide computational environments for data scientists using Python NumPy: includes the ndarray for efficient storage and manipulation of dense data arrays in Python Pandas: features the DataFrame for efficient storage and manipulation of labeled/columnar data in Python Matplotlib: includes capabilities for a flexible range of data visualizations in Python Scikit-Learn: for efficient and clean Python implementations of the most important and established machine learning algorithms

The Art of Feature Engineering

Download The Art of Feature Engineering PDF Online Free

Author :
Publisher : Cambridge University Press
ISBN 13 : 1108709389
Total Pages : 287 pages
Book Rating : 4.1/5 (87 download)

DOWNLOAD NOW!


Book Synopsis The Art of Feature Engineering by : Pablo Duboue

Download or read book The Art of Feature Engineering written by Pablo Duboue and published by Cambridge University Press. This book was released on 2020-06-25 with total page 287 pages. Available in PDF, EPUB and Kindle. Book excerpt: A practical guide for data scientists who want to improve the performance of any machine learning solution with feature engineering.

Feature Engineering and Selection

Download Feature Engineering and Selection PDF Online Free

Author :
Publisher : CRC Press
ISBN 13 : 1351609467
Total Pages : 266 pages
Book Rating : 4.3/5 (516 download)

DOWNLOAD NOW!


Book Synopsis Feature Engineering and Selection by : Max Kuhn

Download or read book Feature Engineering and Selection written by Max Kuhn and published by CRC Press. This book was released on 2019-07-25 with total page 266 pages. 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 Made Easy

Download Feature Engineering Made Easy PDF Online Free

Author :
Publisher : Packt Publishing Ltd
ISBN 13 : 1787286479
Total Pages : 310 pages
Book Rating : 4.7/5 (872 download)

DOWNLOAD NOW!


Book Synopsis Feature Engineering Made Easy by : Sinan Ozdemir

Download or read book Feature Engineering Made Easy written by Sinan Ozdemir and published by Packt Publishing Ltd. This book was released on 2018-01-22 with total page 310 pages. Available in PDF, EPUB and Kindle. Book excerpt: A perfect guide to speed up the predicting power of machine learning algorithms Key Features Design, discover, and create dynamic, efficient features for your machine learning application Understand your data in-depth and derive astonishing data insights with the help of this Guide Grasp powerful feature-engineering techniques and build machine learning systems Book Description Feature engineering is the most important step in creating powerful machine learning systems. This book will take you through the entire feature-engineering journey to make your machine learning much more systematic and effective. You will start with understanding your data—often the success of your ML models depends on how you leverage different feature types, such as continuous, categorical, and more, You will learn when to include a feature, when to omit it, and why, all by understanding error analysis and the acceptability of your models. You will learn to convert a problem statement into useful new features. You will learn to deliver features driven by business needs as well as mathematical insights. You'll also learn how to use machine learning on your machines, automatically learning amazing features for your data. By the end of the book, you will become proficient in Feature Selection, Feature Learning, and Feature Optimization. What you will learn Identify and leverage different feature types Clean features in data to improve predictive power Understand why and how to perform feature selection, and model error analysis Leverage domain knowledge to construct new features Deliver features based on mathematical insights Use machine-learning algorithms to construct features Master feature engineering and optimization Harness feature engineering for real world applications through a structured case study Who this book is for If you are a data science professional or a machine learning engineer looking to strengthen your predictive analytics model, then this book is a perfect guide for you. Some basic understanding of the machine learning concepts and Python scripting would be enough to get started with this book.

Data Science and Machine Learning

Download Data Science and Machine Learning PDF Online Free

Author :
Publisher : CRC Press
ISBN 13 : 1000730778
Total Pages : 538 pages
Book Rating : 4.0/5 (7 download)

DOWNLOAD NOW!


Book Synopsis Data Science and Machine Learning by : Dirk P. Kroese

Download or read book Data Science and Machine Learning written by Dirk P. Kroese and published by CRC Press. This book was released on 2019-11-20 with total page 538 pages. Available in PDF, EPUB and Kindle. Book excerpt: Focuses on mathematical understanding Presentation is self-contained, accessible, and comprehensive Full color throughout Extensive list of exercises and worked-out examples Many concrete algorithms with actual code

Data-Driven Science and Engineering

Download Data-Driven Science and Engineering PDF Online Free

Author :
Publisher : Cambridge University Press
ISBN 13 : 1009098489
Total Pages : 615 pages
Book Rating : 4.0/5 (9 download)

DOWNLOAD NOW!


Book Synopsis Data-Driven Science and Engineering by : Steven L. Brunton

Download or read book Data-Driven Science and Engineering written by Steven L. Brunton and published by Cambridge University Press. This book was released on 2022-05-05 with total page 615 pages. Available in PDF, EPUB and Kindle. Book excerpt: A textbook covering data-science and machine learning methods for modelling and control in engineering and science, with Python and MATLAB®.

Applied Machine Learning for Smart Data Analysis

Download Applied Machine Learning for Smart Data Analysis PDF Online Free

Author :
Publisher : CRC Press
ISBN 13 : 0429804571
Total Pages : 225 pages
Book Rating : 4.4/5 (298 download)

DOWNLOAD NOW!


Book Synopsis Applied Machine Learning for Smart Data Analysis by : Nilanjan Dey

Download or read book Applied Machine Learning for Smart Data Analysis written by Nilanjan Dey and published by CRC Press. This book was released on 2019-05-20 with total page 225 pages. Available in PDF, EPUB and Kindle. Book excerpt: The book focuses on how machine learning and the Internet of Things (IoT) has empowered the advancement of information driven arrangements including key concepts and advancements. Ontologies that are used in heterogeneous IoT environments have been discussed including interpretation, context awareness, analyzing various data sources, machine learning algorithms and intelligent services and applications. Further, it includes unsupervised and semi-supervised machine learning techniques with study of semantic analysis and thorough analysis of reviews. Divided into sections such as machine learning, security, IoT and data mining, the concepts are explained with practical implementation including results. Key Features Follows an algorithmic approach for data analysis in machine learning Introduces machine learning methods in applications Address the emerging issues in computing such as deep learning, machine learning, Internet of Things and data analytics Focuses on machine learning techniques namely unsupervised and semi-supervised for unseen and seen data sets Case studies are covered relating to human health, transportation and Internet applications

Data Science on AWS

Download Data Science on AWS PDF Online Free

Author :
Publisher : "O'Reilly Media, Inc."
ISBN 13 : 1492079367
Total Pages : 524 pages
Book Rating : 4.4/5 (92 download)

DOWNLOAD NOW!


Book Synopsis Data Science on AWS by : Chris Fregly

Download or read book Data Science on AWS written by Chris Fregly and published by "O'Reilly Media, Inc.". This book was released on 2021-04-07 with total page 524 pages. Available in PDF, EPUB and Kindle. Book excerpt: With this practical book, AI and machine learning practitioners will learn how to successfully build and deploy data science projects on Amazon Web Services. The Amazon AI and machine learning stack unifies data science, data engineering, and application development to help level upyour skills. This guide shows you how to build and run pipelines in the cloud, then integrate the results into applications in minutes instead of days. Throughout the book, authors Chris Fregly and Antje Barth demonstrate how to reduce cost and improve performance. Apply the Amazon AI and ML stack to real-world use cases for natural language processing, computer vision, fraud detection, conversational devices, and more Use automated machine learning to implement a specific subset of use cases with SageMaker Autopilot Dive deep into the complete model development lifecycle for a BERT-based NLP use case including data ingestion, analysis, model training, and deployment Tie everything together into a repeatable machine learning operations pipeline Explore real-time ML, anomaly detection, and streaming analytics on data streams with Amazon Kinesis and Managed Streaming for Apache Kafka Learn security best practices for data science projects and workflows including identity and access management, authentication, authorization, and more

Supervised Machine Learning for Text Analysis in R

Download Supervised Machine Learning for Text Analysis in R PDF Online Free

Author :
Publisher : CRC Press
ISBN 13 : 1000461971
Total Pages : 402 pages
Book Rating : 4.0/5 (4 download)

DOWNLOAD NOW!


Book Synopsis Supervised Machine Learning for Text Analysis in R by : Emil Hvitfeldt

Download or read book Supervised Machine Learning for Text Analysis in R written by Emil Hvitfeldt and published by CRC Press. This book was released on 2021-10-22 with total page 402 pages. Available in PDF, EPUB and Kindle. Book excerpt: Text data is important for many domains, from healthcare to marketing to the digital humanities, but specialized approaches are necessary to create features for machine learning from language. Supervised Machine Learning for Text Analysis in R explains how to preprocess text data for modeling, train models, and evaluate model performance using tools from the tidyverse and tidymodels ecosystem. Models like these can be used to make predictions for new observations, to understand what natural language features or characteristics contribute to differences in the output, and more. If you are already familiar with the basics of predictive modeling, use the comprehensive, detailed examples in this book to extend your skills to the domain of natural language processing. This book provides practical guidance and directly applicable knowledge for data scientists and analysts who want to integrate unstructured text data into their modeling pipelines. Learn how to use text data for both regression and classification tasks, and how to apply more straightforward algorithms like regularized regression or support vector machines as well as deep learning approaches. Natural language must be dramatically transformed to be ready for computation, so we explore typical text preprocessing and feature engineering steps like tokenization and word embeddings from the ground up. These steps influence model results in ways we can measure, both in terms of model metrics and other tangible consequences such as how fair or appropriate model results are.

Fundamentals of Machine Learning for Predictive Data Analytics, second edition

Download Fundamentals of Machine Learning for Predictive Data Analytics, second edition PDF Online Free

Author :
Publisher : MIT Press
ISBN 13 : 0262361108
Total Pages : 853 pages
Book Rating : 4.2/5 (623 download)

DOWNLOAD NOW!


Book Synopsis Fundamentals of Machine Learning for Predictive Data Analytics, second edition by : John D. Kelleher

Download or read book Fundamentals of Machine Learning for Predictive Data Analytics, second edition written by John D. Kelleher and published by MIT Press. This book was released on 2020-10-20 with total page 853 pages. Available in PDF, EPUB and Kindle. Book excerpt: The second edition of a comprehensive introduction to machine learning approaches used in predictive data analytics, covering both theory and practice. Machine learning is often used to build predictive models by extracting patterns from large datasets. These models are used in predictive data analytics applications including price prediction, risk assessment, predicting customer behavior, and document classification. This introductory textbook offers a detailed and focused treatment of the most important machine learning approaches used in predictive data analytics, covering both theoretical concepts and practical applications. Technical and mathematical material is augmented with explanatory worked examples, and case studies illustrate the application of these models in the broader business context. This second edition covers recent developments in machine learning, especially in a new chapter on deep learning, and two new chapters that go beyond predictive analytics to cover unsupervised learning and reinforcement learning.

Machine Learning and Data Science in the Oil and Gas Industry

Download Machine Learning and Data Science in the Oil and Gas Industry PDF Online Free

Author :
Publisher : Gulf Professional Publishing
ISBN 13 : 0128209143
Total Pages : 290 pages
Book Rating : 4.1/5 (282 download)

DOWNLOAD NOW!


Book Synopsis Machine Learning and Data Science in the Oil and Gas Industry by : Patrick Bangert

Download or read book Machine Learning and Data Science in the Oil and Gas Industry written by Patrick Bangert and published by Gulf Professional Publishing. This book was released on 2021-03-04 with total page 290 pages. Available in PDF, EPUB and Kindle. Book excerpt: Machine Learning and Data Science in the Oil and Gas Industry explains how machine learning can be specifically tailored to oil and gas use cases. Petroleum engineers will learn when to use machine learning, how it is already used in oil and gas operations, and how to manage the data stream moving forward. Practical in its approach, the book explains all aspects of a data science or machine learning project, including the managerial parts of it that are so often the cause for failure. Several real-life case studies round out the book with topics such as predictive maintenance, soft sensing, and forecasting. Viewed as a guide book, this manual will lead a practitioner through the journey of a data science project in the oil and gas industry circumventing the pitfalls and articulating the business value. Chart an overview of the techniques and tools of machine learning including all the non-technological aspects necessary to be successful Gain practical understanding of machine learning used in oil and gas operations through contributed case studies Learn change management skills that will help gain confidence in pursuing the technology Understand the workflow of a full-scale project and where machine learning benefits (and where it does not)

Practical Machine Learning for Data Analysis Using Python

Download Practical Machine Learning for Data Analysis Using Python PDF Online Free

Author :
Publisher : Academic Press
ISBN 13 : 0128213809
Total Pages : 534 pages
Book Rating : 4.1/5 (282 download)

DOWNLOAD NOW!


Book Synopsis Practical Machine Learning for Data Analysis Using Python by : Abdulhamit Subasi

Download or read book Practical Machine Learning for Data Analysis Using Python written by Abdulhamit Subasi and published by Academic Press. This book was released on 2020-06-05 with total page 534 pages. Available in PDF, EPUB and Kindle. Book excerpt: Practical Machine Learning for Data Analysis Using Python is a problem solver’s guide for creating real-world intelligent systems. It provides a comprehensive approach with concepts, practices, hands-on examples, and sample code. The book teaches readers the vital skills required to understand and solve different problems with machine learning. It teaches machine learning techniques necessary to become a successful practitioner, through the presentation of real-world case studies in Python machine learning ecosystems. The book also focuses on building a foundation of machine learning knowledge to solve different real-world case studies across various fields, including biomedical signal analysis, healthcare, security, economics, and finance. Moreover, it covers a wide range of machine learning models, including regression, classification, and forecasting. The goal of the book is to help a broad range of readers, including IT professionals, analysts, developers, data scientists, engineers, and graduate students, to solve their own real-world problems. Offers a comprehensive overview of the application of machine learning tools in data analysis across a wide range of subject areas Teaches readers how to apply machine learning techniques to biomedical signals, financial data, and healthcare data Explores important classification and regression algorithms as well as other machine learning techniques Explains how to use Python to handle data extraction, manipulation, and exploration techniques, as well as how to visualize data spread across multiple dimensions and extract useful features

Feature Engineering Bookcamp

Download Feature Engineering Bookcamp PDF Online Free

Author :
Publisher : Simon and Schuster
ISBN 13 : 1638351406
Total Pages : 270 pages
Book Rating : 4.6/5 (383 download)

DOWNLOAD NOW!


Book Synopsis Feature Engineering Bookcamp by : Sinan Ozdemir

Download or read book Feature Engineering Bookcamp written by Sinan Ozdemir and published by Simon and Schuster. This book was released on 2022-10-18 with total page 270 pages. Available in PDF, EPUB and Kindle. Book excerpt: Deliver huge improvements to your machine learning pipelines without spending hours fine-tuning parameters! This book’s practical case-studies reveal feature engineering techniques that upgrade your data wrangling—and your ML results. In Feature Engineering Bookcamp you will learn how to: Identify and implement feature transformations for your data Build powerful machine learning pipelines with unstructured data like text and images Quantify and minimize bias in machine learning pipelines at the data level Use feature stores to build real-time feature engineering pipelines Enhance existing machine learning pipelines by manipulating the input data Use state-of-the-art deep learning models to extract hidden patterns in data Feature Engineering Bookcamp guides you through a collection of projects that give you hands-on practice with core feature engineering techniques. You’ll work with feature engineering practices that speed up the time it takes to process data and deliver real improvements in your model’s performance. This instantly-useful book skips the abstract mathematical theory and minutely-detailed formulas; instead you’ll learn through interesting code-driven case studies, including tweet classification, COVID detection, recidivism prediction, stock price movement detection, and more. About the technology Get better output from machine learning pipelines by improving your training data! Use feature engineering, a machine learning technique for designing relevant input variables based on your existing data, to simplify training and enhance model performance. While fine-tuning hyperparameters or tweaking models may give you a minor performance bump, feature engineering delivers dramatic improvements by transforming your data pipeline. About the book Feature Engineering Bookcamp walks you through six hands-on projects where you’ll learn to upgrade your training data using feature engineering. Each chapter explores a new code-driven case study, taken from real-world industries like finance and healthcare. You’ll practice cleaning and transforming data, mitigating bias, and more. The book is full of performance-enhancing tips for all major ML subdomains—from natural language processing to time-series analysis. What's inside Identify and implement feature transformations Build machine learning pipelines with unstructured data Quantify and minimize bias in ML pipelines Use feature stores to build real-time feature engineering pipelines Enhance existing pipelines by manipulating input data About the reader For experienced machine learning engineers familiar with Python. About the author Sinan Ozdemir is the founder and CTO of Shiba, a former lecturer of Data Science at Johns Hopkins University, and the author of multiple textbooks on data science and machine learning. Table of Contents 1 Introduction to feature engineering 2 The basics of feature engineering 3 Healthcare: Diagnosing COVID-19 4 Bias and fairness: Modeling recidivism 5 Natural language processing: Classifying social media sentiment 6 Computer vision: Object recognition 7 Time series analysis: Day trading with machine learning 8 Feature stores 9 Putting it all together