Week 4 Notes


Problem Set Review (Monday Sept 26th, 2022)

Date 09/26/2022
Topic Problem Set Review
Professor Dr. John Bukowy
Week 4

Evaluation Metrics for Classification

Confusion Matrix

A tabular format that shows a breakdown of a model's correct and incorrect classifications

from sklearn.metrics import confusion_matrix

Metrics

Accuracy = correct predictions/total predictions

ROC (Receiver-Operator Characteristics)

Decision Trees (Tuesday Sept 27th, 2022)

Date 09/27/2022
Topic Decision Trees
Professor Dr. John Bukowy
Week 4

Terminology

Prediction

Optimal Tree

Greedy Strategy - CART

Choosing

When to stop?

Computational Complexity -FYI

Tree Structure

Feature scaling?

Advantages

Disadvantages

Logistic Regression (Friday Sept 30th, 2022)

Date 09/30/2022
Topic Logistic Regression
Professor Dr. John Bukowy
Week 4

Training Phase: How to find the weights?

[P(y = 1 | x)]y[1 - P(y = 1|x)]1-y