algorithmiaio / sample-apps

Sample apps and sites with Algorithmia integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use pandas for

fera0013 opened this issue · comments

Your awesome tutorial really helped me to get started with the tensorflow API - beast.

I have just a minor suggestion:

Instead of using csvreader and json conversion to deal with the csv files, why don't you use the convenient and powerful pandas cv reader ? It would help to focus on the core subject of the tutorial and provide additional statistical functionality to analyse and visualise aspects of the dataset.

commented

@fera0013 Good question! As a non-data scientist I've haven't spent time learning and building up a solid foundation in pandas, so I used what I knew would work. Thanks for the suggestion though! If you'd like to make a PR with the changes you've made in your local project I'd love to incorporate it into the demo code. 😄