Package deal
ISYE 6501 Midterm bundled exams 2023 with 100% correct answers
ISYE 6501 Midterm exam 2023 with 100% correct answers ISYE 6501 Midterm 1 Glossary exam with 100% complete solutions
[Show more]ISYE 6501 Midterm exam 2023 with 100% correct answers ISYE 6501 Midterm 1 Glossary exam with 100% complete solutions
[Show more]What do descriptive questions ask? 
What happened? (e.g., which customers are most alike) 
 
 
 
What do predictive questions ask? 
What will happen? (e.g., what will Google's stock price be?) 
 
 
 
What do prescriptive questions ask? 
What action(s) would be best? (e.g., where to put traffic ligh...
Preview 3 out of 25 pages
Add to cartWhat do descriptive questions ask? 
What happened? (e.g., which customers are most alike) 
 
 
 
What do predictive questions ask? 
What will happen? (e.g., what will Google's stock price be?) 
 
 
 
What do prescriptive questions ask? 
What action(s) would be best? (e.g., where to put traffic ligh...
Factor Based Models 
classification, clustering, regression. Implicitly assumed that we have a lot of factors in the final model 
 
 
 
Why limit number of factors in a model? 2 reasons 
overfitting: when # of factors is close to or larger than # of data points. Model may fit too closely to random e...
Preview 2 out of 14 pages
Add to cartFactor Based Models 
classification, clustering, regression. Implicitly assumed that we have a lot of factors in the final model 
 
 
 
Why limit number of factors in a model? 2 reasons 
overfitting: when # of factors is close to or larger than # of data points. Model may fit too closely to random e...
1-norm 
Similar to rectilinear distance; measures the straight-line length of a vector from the origin. If z=(z1,z2,...,zm) is a vector in an m-dimensional space, then it's 1-norm is square root(|
Preview 4 out of 31 pages
Add to cart1-norm 
Similar to rectilinear distance; measures the straight-line length of a vector from the origin. If z=(z1,z2,...,zm) is a vector in an m-dimensional space, then it's 1-norm is square root(|
when might overfitting occur 
when the # of factors is close to or larger than the # of data points causing the model to potentially fit too closely to random effects 
 
 
 
Why are simple models better than complex ones 
less data is required; less chance of insignificant factors and easier to inte...
Preview 3 out of 17 pages
Add to cartwhen might overfitting occur 
when the # of factors is close to or larger than the # of data points causing the model to potentially fit too closely to random effects 
 
 
 
Why are simple models better than complex ones 
less data is required; less chance of insignificant factors and easier to inte...
Rows 
Data points are values in data tables 
 
 
 
Columns 
The 'answer' for each data point (response/outcome) 
 
 
 
Structured Data 
Quantitative, Categorical, Binary, Unrelated, Time Series 
 
 
 
Unstructured Data 
Text 
 
 
 
Support Vector Model 
Supervised machine learning algorithm used f...
Preview 2 out of 14 pages
Add to cartRows 
Data points are values in data tables 
 
 
 
Columns 
The 'answer' for each data point (response/outcome) 
 
 
 
Structured Data 
Quantitative, Categorical, Binary, Unrelated, Time Series 
 
 
 
Unstructured Data 
Text 
 
 
 
Support Vector Model 
Supervised machine learning algorithm used f...
Algorithm 
a step-by-step procedure designed to carry out a task 
 
 
 
Change Detection 
Identifying when a significant change has taken place 
 
 
 
Classification 
Separation of data into two or more categories 
 
 
 
Classifier 
A boundary that separates data into two or more categories 
 
 
 
C...
Preview 2 out of 15 pages
Add to cartAlgorithm 
a step-by-step procedure designed to carry out a task 
 
 
 
Change Detection 
Identifying when a significant change has taken place 
 
 
 
Classification 
Separation of data into two or more categories 
 
 
 
Classifier 
A boundary that separates data into two or more categories 
 
 
 
C...
Descriptive Analytics 
What happened 
 
 
 
Predictive Analytics 
What will happen 
 
 
 
Prescriptive Analytics 
What action(s) would be best 
 
 
 
algorithm 
Step-by-step procedure designed to carry out a task. 
 
 
 
change detection 
Identifying when a significant change has taken place in a pr...
Preview 2 out of 10 pages
Add to cartDescriptive Analytics 
What happened 
 
 
 
Predictive Analytics 
What will happen 
 
 
 
Prescriptive Analytics 
What action(s) would be best 
 
 
 
algorithm 
Step-by-step procedure designed to carry out a task. 
 
 
 
change detection 
Identifying when a significant change has taken place in a pr...
Overfitting 
If you have less data than features, what is likely to occur? 
 
 
 
Fitting random effects 
What can too many factors lead to? 
 
 
 
Simple Models 
Reducing variables will result in 
 
 
 
Forbidden Factors 
Things that cannot be used due to legal requirements 
 
 
 
Exploration 
Gath...
Preview 2 out of 8 pages
Add to cartOverfitting 
If you have less data than features, what is likely to occur? 
 
 
 
Fitting random effects 
What can too many factors lead to? 
 
 
 
Simple Models 
Reducing variables will result in 
 
 
 
Forbidden Factors 
Things that cannot be used due to legal requirements 
 
 
 
Exploration 
Gath...
What does SVM stand for? 
Support Vector Machine 
 
 
 
Is written text structured or unstructured? 
Unstructured 
 
 
 
When we increase the sum of the square of the coefficients we... 
Decrease the distance between the lines 
 
 
 
In SVM soft classifier we tradeoff between maximizing ___ and mini...
Preview 3 out of 29 pages
Add to cartWhat does SVM stand for? 
Support Vector Machine 
 
 
 
Is written text structured or unstructured? 
Unstructured 
 
 
 
When we increase the sum of the square of the coefficients we... 
Decrease the distance between the lines 
 
 
 
In SVM soft classifier we tradeoff between maximizing ___ and mini...
greedy algorithm 
at each step, the algorithm does the thing that looks best without taking future options into consideration; more classical 
 
 
 
variable selection methods 
stepwise - (forward, backward, combination) 
lasso 
elastic net 
 
 
 
available metrics for variable selection criteria 
p...
Preview 1 out of 4 pages
Add to cartgreedy algorithm 
at each step, the algorithm does the thing that looks best without taking future options into consideration; more classical 
 
 
 
variable selection methods 
stepwise - (forward, backward, combination) 
lasso 
elastic net 
 
 
 
available metrics for variable selection criteria 
p...
What is modeling? 
Describing a real life situation mathematically 
 
 
 
Model 
Mathematical approaches to solving analytics problems 
1. Regression for ex. can be called the model of choice. 
2. If more detail (descriptive and numerical), the use of, for ex. Regression, can be called the model. 
3...
Preview 2 out of 9 pages
Add to cartWhat is modeling? 
Describing a real life situation mathematically 
 
 
 
Model 
Mathematical approaches to solving analytics problems 
1. Regression for ex. can be called the model of choice. 
2. If more detail (descriptive and numerical), the use of, for ex. Regression, can be called the model. 
3...
Matching models/methods to categories 
(cusum and pca = NONE) 
 
 
 
Select all of the following models that are designed for use with attribute/feature data (i.e., not time-series data): 
 
k-nearest-neighbor, PCA, k-means, logistic regression, linear regression, random forest, SVM's 
 
 
 
Classi...
Preview 1 out of 2 pages
Add to cartMatching models/methods to categories 
(cusum and pca = NONE) 
 
 
 
Select all of the following models that are designed for use with attribute/feature data (i.e., not time-series data): 
 
k-nearest-neighbor, PCA, k-means, logistic regression, linear regression, random forest, SVM's 
 
 
 
Classi...
Elastic Net 
Constrain combination of absolute value of coefficients and their squares. 
 
Choose tau and upsilon. 
 
 
 
Ridge Regression 
Take out absolute value term from Elastic Net. 
 
Doesn't do variable selection, but does lead to better predictive models. 
 
 
 
LASSO 
Constraint added to s...
Preview 3 out of 22 pages
Add to cartElastic Net 
Constrain combination of absolute value of coefficients and their squares. 
 
Choose tau and upsilon. 
 
 
 
Ridge Regression 
Take out absolute value term from Elastic Net. 
 
Doesn't do variable selection, but does lead to better predictive models. 
 
 
 
LASSO 
Constraint added to s...
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Stuvia is a marketplace, so you are not buying this document from us, but from seller GRADESPINS. Stuvia facilitates payment to the seller.
No, you only buy these notes for $27.49. You're not tied to anything after your purchase.
4.6 stars on Google & Trustpilot (+1000 reviews)
80202 documents were sold in the last 30 days
Founded in 2010, the go-to place to buy study notes for 14 years now