Publications

We will recap logistic regression, MLE, and discuss metrics for evaluating classification models

We will discuss Bernoulli and Binomial distributed random variables, and using maximum likelihood to compute optimal coefficients for …

We will discuss how to interpret coefficients for a logistic regression model and measures of accuracy

We will discuss the disadvantages of linear regression and begin logistic regression

We will discuss the K nearest neighbor approach to regression.

We will discuss the impact of transforming the dependent variable in regression.

We will discuss the impact of transforming the dependent variable in regression.

We will discuss the importance of having separate training and testing datasets and the bias-variance tradeoff.

We will discuss the importance of having separate training and testing datasets and the bias-variance tradeoff.

We will discuss optimzing regression parameters using SSE and the Hat Matrix

Lab on fitting simple, multiple, and polynomial models to Boston housing data

We will explore polynomial regression for modeling non-linear relationships and optimizing parameters given data

We will explore model and probabilistic forms of simple linear regression.

We will take time to setup technical requirements for class (R and Github), and introduce matrix notation for simple linear regression