top of page
MACHINE LEARNING
Inference or Prediction using machine learning and statistical modeling.
The Basics
Angela Yu
Feb 13, 20203 min read
Machine Learning Basics - Tree Based Models
A decision tree is a flowchart-like structure in which each internal node represents a "test" on an attribute (e.g. whether a coin flip...
22 views0 comments
Angela Yu
Jan 30, 20203 min read
Machine Learning Basics - Model Evaluation 02
In the previous section, we discussed briefly the technique of train/test split and cross validation. In this section, we will...
13 views0 comments
Angela Yu
Jan 23, 20203 min read
Machine Learning Basics - Model Evaluation 01
Intro to ML Machine Learning (ML) provides machines with the ability to learn autonomously based on past experiences, observations and...
17 views0 comments
Topics
- Section 1: Linear regression
OVERVIEW
Lizhou (Leo) Fan
Oct 28, 20190 min read
24 views0 comments
Lizhou (Leo) Fan
Oct 27, 20190 min read
19 views0 comments
PYTHON
Kaixin Wang
Oct 29, 20191 min read
Linear Regression Modeling in Python
This module is the combined version of the previous two posts on building a linear regression model using Python. A PDF version of this...
46 views0 comments
Kaixin Wang
Oct 29, 20191 min read
Variable Selection, Modeling and Model Evaluation in Linear Regression
In this module, we will use the results from Exploratory Data Analysis (EDA) in the previous module and start building the linear...
40 views0 comments
Kaixin Wang
Oct 29, 20191 min read
Exploratory Data Analysis (EDA) and Linear Regression
In this module, we will introduce how to conduct Exploratory Data Analysis (EDA) to build a linear regression model using Python. A PDF...
69 views0 comments
R
Angela Yu
Oct 29, 20191 min read
Variable Transformation in R
Video Walkthrough Link to post: https://rpubs.com/huiziy/544399
18 views0 comments
Angela Yu
Oct 22, 20191 min read
Building Linear Regression Model using R
Video Walkthrough:
51 views0 comments
TABLEAU
Lizhou (Leo) Fan
Oct 22, 20190 min read
28 views0 comments
Lizhou (Leo) Fan
Oct 22, 20190 min read
16 views0 comments
EXCEL
bottom of page