Skip to content

Instantly share code, notes, and snippets.

@chrishwiggins
Created June 22, 2014 14:42
Show Gist options
  • Save chrishwiggins/828ae4f96b3d66d4bd92 to your computer and use it in GitHub Desktop.
Save chrishwiggins/828ae4f96b3d66d4bd92 to your computer and use it in GitHub Desktop.
frequently asked question:
Q: I would like to ask your advice about preparing for a role in data science
A:
my advice would be to put together a portfolio of projects, on GitHub,
evidencing that you know how to
- get data (e.g., via wget/curl)
- scrub data (choose and remove "outliers")
- model using a variety of approaches (supervised, unsupervised, exploratory) in python or possibly R (usually an employer will prefer one or the other, with more and more employers in my experience preferring python)
- write a coherent description of what you learned, what assumptions you made on the way, and how you chose the approach you took.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment