Modeling and Regression - Intro to Data Science

studied byStudied by 2 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 9

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

10 Terms

1

Regression

With known numerical outcomes, can we predict outcomes for data

New cards
2

Classification

With known groups, how can we classify new data

New cards
3

Dimensionality Reduction

Can I capture the patterns in my data with fewer dimensions

New cards
4

Clustering

Are there meaningful groups in the data

New cards
5

Supervised Data

Type of data where each input is paired with a corresponding output label

New cards
6

Unsupervised Data

Type of data where inputs do not have corresponding output labels

New cards
7

Model

Simplified representation of reality

New cards
8

Observations

Feature (x) and target (y) values

New cards
9

Predictions

Target (y) values calculated using regression equation

New cards
10

Ordinary Least Squares

Method to solve for parameters in the regression equation by using observations we have. Minimizes the sum of squared errors

New cards
robot