My notes for the AI course from the omscs program at Georgia Tech
Testing ChatGPT generated content
Building an end-to-end ML project by predicting NHL player's salaries.
Performing binary classification of NHL players (between RFA and UFA statuses).
Intro to Handson ML 2
We always try to find the best player. Or worst. What about the most average?
A quick method to split data in different buckets for the purpose of AB Testing
Introducing SQL Common Expression Tables (CTE)
Investigating different ways to perform data exploration: Manually, with Pandas Describe and with Pandas Profiling.