Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@evanmiller29
Copy link

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..

  1. Download from UCI library bank-additional.zip
  2. Extract
  3. Input into Pandas using (the data isn't comma separated..):
    data = pd.read_csv('bank-additional.csv', sep=';')

Cheers, keep up the good work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment