Last active
July 21, 2021 18:51
-
-
Save kevindavenport/ba71208cf06996d17d2b723f121a52bf to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey mate, absolutely loving the post.
I'm just following through for my own benefit, but found it difficult to follow past the first few steps as the data from the UCI repository isn't the same as what you're using here.
That's cool, but maybe you could include a couple steps for people like me? I've written what I used to solve this problem..
data = pd.read_csv('bank-additional.csv', sep=';')
Cheers, keep up the good work