Bye (at Chicago O'Hare International Airport) https://www.instagram.com/p/Bojh2DjlkEzbJtvlIFbJB6dZxe_L7O5Ez0dkuk0/?utm_source=ig_tumblr_share&igshid=1so0ezryuz81e

Kiana Khansmith
Sade Olutola

shark vs the universe

if i look back, i am lost
official daine visual archive
occasionally subtle
No title available
art blog(derogatory)
Hole

gracie abrams

No title available
"I'm Dorothy Gale from Kansas"
taylor price
KIROKAZE
Lint Roller? I Barely Know Her

Phantom Pulse
𓃗

TANKHALL

#extradirty

Discoholic 🪩

seen from United Kingdom

seen from United States

seen from Indonesia
seen from Germany

seen from Pakistan
seen from Germany
seen from Netherlands
seen from Mexico
seen from Mongolia

seen from United States
seen from Bangladesh
seen from India
seen from United States
seen from United States
seen from United Kingdom
seen from Jamaica

seen from Malaysia
seen from United States

seen from South Korea
seen from Thailand
@janexia215-blog
Bye (at Chicago O'Hare International Airport) https://www.instagram.com/p/Bojh2DjlkEzbJtvlIFbJB6dZxe_L7O5Ez0dkuk0/?utm_source=ig_tumblr_share&igshid=1so0ezryuz81e
Machine Learning for Data Analysis - Week 1 - Sample
SAS Code
Results
Machine Learning for Data Analysis - Week 1 - Study Notes
Outcome: target or response variables
Explanatory variables: predictors, features or inputs
Unsupervised Learning
Pattern detection or describing association among variables without a specific outcome variable.
Supervised Learning
When the goal is prediction of the value of a response variable based on a number of predictors.
No hypothesis testing
We typically do not go into a machine learning application with specific hypothesis in mind.
We use a subset of observations from our dataset, which we call the training set to learn about the data. And then test the statistical model we get from the training data set on a different set of observations which we call the test set.
Accuracy = Test Error Rate
Goal: find a model that minimizes test error rate. That is, a model that accurately reflects true population associations or patterns.
Linear regression
Accuracy = mean squared error (MSE)
Variance = change in parameter estimated across different data sets
Bias = how far off model estimated values are from true values
We want a statistical model, which has both low variance and low bias. The problem is that these two properties are negatively associated.
Logistic Regression is an example of a classification model.
Accuracy = How well a model correctly classified observations
Decision trees
A data mining method that allow us to explore the prescience of potentially complicated interactions within out data by creating segmentations or sub groups.
When a response variable is categorical, the model is called a classification tree.
Decision trees are read from the top down, starting at the root node.
Growing the Tree
Binary splits maximize correct classification.
All possible separations or cut-points are tested and the separation yielding the minimum impurity or error is selected.
Subgroups showing similar outcomes but different explanatory variable constellations, are generated.
Validating the Tree
Cross-validation guards against overfit.
A random subset is tested and only “branches” that improve the classification are retained.
Select sub-tree is the lowest probability of misclassification.
Regression Modeling in Practice - Week 4 - Sample
Logistic Regression for a Binary Response Variable
SAS Code
Results
at Battery Park, Maryland
at National September 11 Memorial & Museum
at Trinity Church Cemetery
at Charging Bull, Wall Street,Manhattan
Regression Modeling in Practice - Week 3 - Sample
Multiple Regression and Confidence Intervals
SAS Code
Results
Polynomial Regression
SAS Code
Results
Evaluating Model Fit
SAS Code
Results
Regression Modeling in Practice - Week 3 - Study Notes
Sampling Variability
The sample we draw is not likely to be exactly like the population.
Confidence Interval
Which values of the parameter estimates are plausible in the population.
Typically, we look at 95% confidence interval. With 95% certainty, the range of parameter estimate values includes the true population parameter. That is, we are 95% certain that the true population parameter falls somewhere between the lower and upper confidence limits that are estimated based on our sample parameter estimates.
In linear regression, when you have a non-significant P value, the 95% confidence interval for the parameter estimate will include a value of zero, no association.
Centering is especially important when you are testing a polynomial regression model because it makes it considerably easier to interpret the regression coefficients.
Centering significantly reduces the correlation between the linear and quadratic variables in a polynomial regression model.
Modeling more complex curves in the sample data will often improve the fit of the model for that sample. However, it also increases the risk of overfitting.
An over fitted model may fit the sample really well, but may not fit well on another sample drawn from the same population. An over fitted model is biased toward the sample it was developed on and consequently, the conclusion drawn from that model may not be representative of the population. (Bias-Variance Tradeoff)
Dim Sum (at Tim Ho Wan USA)
at Statue of Liberty
Brunch (at Jane Restaurant)
Regression Modeling in Practice - Week 2 - Sample
Quantitative Explanatory Variable
SAS Code
Results
Categorical Explanatory Variable
SAS Code
Results
Data Analysis Tools - Week 4 - Sample
A moderator: A third variable that effects the direction and or strength of the relation between your explanatory and response variable.
Testing moderation in the context of ANOVA
SAS Code
Results
Testing moderation in the context of chi square
SAS Code
Results
Testing moderation in the context of correlation
SAS Code
Results