Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Cracking the Data Science Interview

You're reading from  Cracking the Data Science Interview

Product type Book
Published in Feb 2024
Publisher Packt
ISBN-13 9781805120506
Pages 404 pages
Edition 1st Edition
Languages
Authors (2):
Leondra R. Gonzalez Leondra R. Gonzalez
Profile icon Leondra R. Gonzalez
Aaren Stubberfield Aaren Stubberfield
Profile icon Aaren Stubberfield
View More author details

Table of Contents (21) Chapters

Preface Part 1: Breaking into the Data Science Field
Chapter 1: Exploring Today’s Modern Data Science Landscape Chapter 2: Finding a Job in Data Science Part 2: Manipulating and Managing Data
Chapter 3: Programming with Python Chapter 4: Visualizing Data and Data Storytelling Chapter 5: Querying Databases with SQL Chapter 6: Scripting with Shell and Bash Commands in Linux Chapter 7: Using Git for Version Control Part 3: Exploring Artificial Intelligence
Chapter 8: Mining Data with Probability and Statistics Chapter 9: Understanding Feature Engineering and Preparing Data for Modeling Chapter 10: Mastering Machine Learning Concepts Chapter 11: Building Networks with Deep Learning Chapter 12: Implementing Machine Learning Solutions with MLOps Part 4: Getting the Job
Chapter 13: Mastering the Interview Rounds Chapter 14: Negotiating Compensation Index Other Books You May Enjoy

Getting started with supervised machine learning

Supervised learning is a type of machine learning where the algorithm learns from a labeled dataset, which consists of input features and their corresponding target variables or labels. These labels are the “response variable,” “target variable,” or “output variable” – in other words, the thing you are trying to predict.

There are two types of supervised modeling that we will focus on:

  • Regression
  • Classification

Let’s take a closer look at them.

Regression versus classification

Regression is a specific type of supervised learning where the goal is to predict continuous numerical values. In a regression task, the algorithm learns a mapping between input features and a continuous target variable. The output of the regression model is a continuous value, which can represent quantities such as price, temperature, sales, or any other real-valued quantity. Linear...

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}