Course Resources

Search

Search IconIcon to open search

Last updated Unknown

# EDA and Notebook Practice

# Introduction

AI is fundamentally about data. Why?

Because at its core, that’s what AI systems learn from and operate on.

Today, we’ll look into understanding data through a process called Exploratory Data Analysis (EDA).

I also want you to get comfortable using AI effectively as a learning tool. Leverage the AI tools to get customized examples that relate directly to your specific tasks. This approach can help you ramp up quickly in new areas without spending hours googling and sifting through generic tutorials.

Think of it as having a friend that you can bounce questions off of. Their knowledge isn’t always up to date, and they can make mistakes, but they have a passing familiarity with the subject area and can often point you in the right direction.

# Technical Work

1
2
3
import pandas as pd
import matplotlib.pyplot as plt
# and others if you'd like

# Questions and Discussion

# Submit

At the end of class, submit your notebook (shared link if Collab, file if VS Code) to the assignment on Canvas. Your notebook should contain: