-
-
Save chrishwiggins/828ae4f96b3d66d4bd92 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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