Data Scientist’s Toolbelt: A List of Tools to Help You Grow and Increase Productivity
Because the journey matters more than the destination, and having the right tools makes the journey adorable.
Jul 10 ·6min read
:warning: this article is constantly updated with new stuff I discover and gets recommended in the comments!:warning:
S ince the success of myprevious article, I decided to keep with this format, outsourcing tools, libraries, and everything I recently discovered and use in The Lab.
Every day there is a new framework, a new implementation, or a new tool that makes life easier. It is indeed very hard to stay updated, and even doing it would mean giving up a lot of time we could invest in doing something else.
Of course, we are not meant to be always updated with the newest discoveries, or the new minor release of a specific library but sometimes it is necessary, interesting or simply we are curious to find something new!
Let’s start!
- Texthero : Text preprocessing, representation, and visualization from zero to hero. Apply
tf-idf, tokenize, do PCA in a pipeline-oriented way.
- Google Data Studio: your to-go frontend. Create dashboards, reports, and analyses in a Google Docs way. Just plug your DB, upload your CSVs, and get started for free.
- Deepnote : jupyter notebooks on steroids. Collaborate, code reviews, better plotting, support for AWS S3, MongoDB, and many more. All in your browser.
- Streamlit : The fastest way to build data apps. An alternative to Google Data Studio. Create python-based web apps, visualizations, and reports.
- Coming from R and switching to python? Try plotnine : an implementation of a grammar of graphics in Python, based on ggplot2 .
- pivottablejs : drag ‘n drop pivot tables in Jupyter Notebooks.
- RISE : turn your notebooks into a reveal.js -based slideshow.
- gmaps : Google Maps-based visualization library: create beautiful and interactive maps and heatmaps.
- flair : a very simple framework for state-of-the-art NLP. Backed by Zalando in Berlin.
- light fm : a python implementation of popular recommendation algorithms.
- ds-cheatsheets : a huge collection of cheatsheets, from python to R, including SQL.
- Scraper.AI : a web scraper that actually works.
- AlwaysAI : deploy computer vision model to edge devices such as Nvidia Jetson, Raspberry PI in minutes. Their catalogue covers different pre-trained models, from object segmentation to pose estimation.
- Notion : The unopinionated note-taking app. Use Markdown, create tables, list, canvas, and even kanban boards.
Ah, they also provide a Python API :
- Weights & Biases : while training deep learning models, often could happen that results from experiments get lost, overwritten or it is difficult to keep track. Weights &Biases help you keep track of model training, experiments, just by adding a few lines of code.
- Machine learning without code? Obviously AI : probably the next step in AutoML, it is enough to upload (or connect) your data, pick your target, and ObviouslyAI will do the rest making the ML process accessible to anyone. They also generate a decision tree for you, helping to provide an explainable model.
- ML Playground : play with different algorithms, add neurons, remove layers, draw your data, or upload yours!
- Papers with code : exactly what it says, find papers with attached together the GitHub repo. Ready to be forked!
- Clever Grid : Get a 1-core GPU along with 250GB of training data for about 10€ per day.
- AWS DeepRacer : train your self-driving (model) car, compete with other people on famous F 1 tracks such as Circuit de Barcelona-Catalunya. You can also buy a hardware version of the DeepRacer car on Amazon.
- Music Time for Spotify : a VSCode editor plugin that discovers your most productive music to listen to while you code.
- gspread_dataframe : ever needed to send a pandas dataframe to Google Sheets?
- Kite : when AI meets code autocompletion and suggestions. They provide plugins for mayor Python IDE such as VSCode, Pycharm, and Spyder.
- PuLP: ever interested in the word of integer programming and linear optimization? interested in problems such as production optimization or multi-armed bandit? Check their case studies .
- Hands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow: Concepts, Tools, and Techniques to Build Intelligent Systems the book every data scientist should have. It covers from the basics to advanced topics, extremely useful and written with the idea of a manual, hence a book you would return in the future to brush up. Plus even my dog got a copy.
- datatau : Hacker News for data science.
- Deta : a cloud provider with a particularly generous free tier!
- Looking for a side project? Find side projects you are interested in and take part in! Solodoers .
- cookiecutter-data-science : a project bootstrapper for data science. Because data science code quality is about correctness and reproducibility.
- tqdm : because we always wanted to have a progress bar in for loops.
- ELI5 : visualize and debug various Machine Learning models, from black-boxes to explainable AI.
- Self-promotion : some time ago I didthis tutorial on how to create a motion heatmap using Open-cv. Since it’s one of my most starred Github projects here you are!
- gpxpy : You know you can export your favorite’s running app data into a
.gpxfile? Those files can be parsed into pandas (maybe a data science project for your portfolio?) I once did something similar exporting data from a sailboat trip:
- Getting Your First Data Science Job : A Free 70-page book on data science careers with expert advice
- GluonTS : probabilistic time series modeling in the Amazon way. Based on mxnet .
- Lifelines : a Python library that implements common survival analysis models. Survival analysis is widely used in predicting things such as how likely an event occurs at a specific time, for example, that a customer will unsubscribe to our service.
- tensor-house : A collection of reference machine learning and optimization models for enterprise operations, really interesting to learn how different machine learning models can be used together to solve different real-life problems.
- Gradio : create easy-to-use UIs for your models, very interesting for showcasing models predictions, from NLP to images and regressions.
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Android编程权威指南(第3版)
比尔·菲利普斯 (Bill Phillips)、克里斯·斯图尔特 (Chris Stewart)、克莉丝汀·马西卡诺 (Kristin Marsicano) / 王明发 / 人民邮电出版社 / 2017-6 / 129.00元
Big Nerd Ranch 是美国一家专业的移动开发技术培训机构。本书主要以其Android 训练营教学课程为基础,融合了几位作者多年的心得体会,是一本完全面向实战的Android 编程权威指南。全书共36 章,详细介绍了8 个Android 应用的开发过程。通过这些精心设计的应用,读者可掌握很多重要的理论知识和开发技巧,获得宝贵的开发经验。 第3 版较之前版本增加了对数据绑定等新工具的介......一起来看看 《Android编程权威指南(第3版)》 这本书的介绍吧!