Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MrMimic/data-scientist-roadmap
Toturials coming with the "data science roadmap" picture.
https://github.com/MrMimic/data-scientist-roadmap
Last synced: about 1 month ago
JSON representation
Toturials coming with the "data science roadmap" picture.
- Host: GitHub
- URL: https://github.com/MrMimic/data-scientist-roadmap
- Owner: MrMimic
- License: gpl-3.0
- Created: 2017-06-05T06:30:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T04:35:51.000Z (3 months ago)
- Last Synced: 2024-10-29T16:59:18.718Z (about 1 month ago)
- Language: Jupyter Notebook
- Homepage: http://nirvacana.com/thoughts/becoming-a-data-scientist/
- Size: 7.45 MB
- Stars: 6,967
- Watchers: 317
- Forks: 1,911
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-roadmaps - Data scientist Roadmap 2 - Roadmap of tutorials for those interested in data science. (AI / Machine Learning / Data Science)
- more-awesome - data-scientist-roadmap - Toturials coming with the "data science roadmap" picture. (To Sort)
- awesome-awesome - data-scientist-roadmap
README
# data-scientist-roadmap
I just found this data science skills roadmap, drew by [Swami Chandrasekaran](http://nirvacana.com/thoughts/becoming-a-data-scientist/) on his cool blog.
****
![roadmap-picture](http://nirvacana.com/thoughts/wp-content/uploads/2013/07/RoadToDataScientist1.png)
****
Jobs linked to __data science__ are becoming __more and more popular__. A __bunch of tutorials__ could easily complete this roadmap, helping whoever wants to __start learning stuff about data science__.
For the moment, a lot is __got on wikipedia or generated by LLMs__ (except for codes, always handmade). Any help's thus welcome!
## Run the examples
Install Poetry
```bash
curl -sSL https://install.python-poetry.org | python3 -
```Install dependencies
```bash
poetry install
```## Rules
* __Feel free to fork this repository and pull requests__.
* Always comment your code.
* Please respect topology for filenames.
* There's one README for each directory.
* Also, could be great to share useful links or resources in README files.