Ask HN:Skills/Tools to Stand Out as a Data Scientist
Apart from Conventional tools like Python/R and Knowledge of Machine Learning/Statistics/SQL are there any other skills that I can pick up in order to up skill myself as a Data Scientist?
I have nearly three years experience in this field and would like to level up. Thanks.
16 comments
[ 2.6 ms ] story [ 46.6 ms ] threadI think it’s what makes a “data scientist” legitimate.
I’d recommend BDA3. It’s a Treasure of a book. The maths is relatively simple but it does expect a early grad level mathematical maturity.
That being said, Bayesian statistics is not SUFFICIENT for doing data science well. You need to know pragmatic solutions to intractable problems, what heuristics might be ok to try, how to EXPLAIN things to people, how to code well enough, etc. But boy does knowing Bayesian statistics help.
- linear algebra
- calculus
- software development - best practices, version control, design patterns etc.
Also, you don't necessarily need to cover something completely in order to get started. And these will be useful mostly if your work is in some way part of a software product instead of being some "offline" analysis, model build or forecast. Just learning to use version control, to collaborate with other developers and to run tests goes a long way.