Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
AWS Certified Machine Learning Specialty: MLS-C01 Certification Guide

You're reading from  AWS Certified Machine Learning Specialty: MLS-C01 Certification Guide

Product type Book
Published in Mar 2021
Publisher Packt
ISBN-13 9781800569003
Pages 338 pages
Edition 1st Edition
Languages
Authors (2):
Somanath Nanda Somanath Nanda
Profile icon Somanath Nanda
Weslley Moura Weslley Moura
Profile icon Weslley Moura
View More author details

Table of Contents (14) Chapters

Preface Section 1: Introduction to Machine Learning
Chapter 1: Machine Learning Fundamentals Chapter 2: AWS Application Services for AI/ML Section 2: Data Engineering and Exploratory Data Analysis
Chapter 3: Data Preparation and Transformation Chapter 4: Understanding and Visualizing Data Chapter 5: AWS Services for Data Storing Chapter 6: AWS Services for Data Processing Section 3: Data Modeling
Chapter 7: Applying Machine Learning Algorithms Chapter 8: Evaluating and Optimizing Models Chapter 9: Amazon SageMaker Modeling Other Books You May Enjoy

Dealing with numerical features

In terms of numerical features (discrete and continuous), we can think of transformations that rely on the training data and others that rely purely on the observation being transformed.

Those that rely on the training data will use the train set to learn the necessary parameters during fit, and then use them to transform any test or new data. The logic is pretty much the same as what we just reviewed for categorical features; however, this time, the encoder will learn different parameters.

On the other hand, those that rely purely on observations do not care about train or test sets. They will simply perform a mathematical computation on top of an individual value. For example, we could apply an exponential transformation to a particular variable by squaring its value. There is no dependency on learned parameters from anywhere – just get the value and square it.

At this point, you might be thinking about dozens of available transformations...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}