Doing Giveaways on Twitter

Drawing retweeters randomly using Twitter API and Python | Continue reading


@towardsdatascience.com | 4 years ago

The Data You Don‘t Need: Removing Redundant Samples

In ML there is the saying garbage in, garbage out. But what does it really mean to have good or bad data? | Continue reading


@towardsdatascience.com | 4 years ago

Don't Learn Machine Learning

Learn how to build software with ML models | Continue reading


@towardsdatascience.com | 4 years ago

Rookie Data Science Mistake Invalidates a Dozen Medical Studies

When Gilles Vandewiele noticed a large number of studies reporting near-perfect accuracy in predicting whether would-be mothers will… | Continue reading


@towardsdatascience.com | 4 years ago

What 200k Years of Humanity Taught Us about Data Storytelling

A data scientist is also an efficient communicator who brings data to life. | Continue reading


@towardsdatascience.com | 4 years ago

An interactive tool for Covid-19 curve flattening

A tool to help you understand how your actions affect the spread of coronavirus in your community | Continue reading


@towardsdatascience.com | 5 years ago

Recursive SQL Queries with PostgreSQL

Common Table Expression is lesser-known feature of SQL, that makes it possible to write recursive queries. | Continue reading


@towardsdatascience.com | 5 years ago

Learning from Imbalanced Datasets

Imbalanced classes are a common problem in machine learning classification, where there’s a disproportionate ratio of observations in each… | Continue reading


@towardsdatascience.com | 5 years ago

How to Build a Simple Movie Recommender System with Tags

A content-based approach to finding similar movies | Continue reading


@towardsdatascience.com | 5 years ago

SQL Connection Traps

If there is ‘data’ in your job title, then you must be aware about what is described in this article. | Continue reading


@towardsdatascience.com | 5 years ago

The Corona Map: Visualizing the Pandemic to make sense of it

Free tool to Analyze and Visualize the Pandemic of the Century | Continue reading


@towardsdatascience.com | 5 years ago

How to create pivot table in Notebooks

Seeing reporting in Jupyter from a new angle | Continue reading


@towardsdatascience.com | 5 years ago

If you can call a function, you can use machine learning

At least, you can build software with machine learning | Continue reading


@towardsdatascience.com | 5 years ago

How to Modernize a Legacy DB2 Application

This is a story about modernizing a legacy application powered by DB2 and extending it with AI WITHOUT changing any SQL code | Continue reading


@towardsdatascience.com | 5 years ago

Data science and AI are a mess and your startup might be making it worse

Data science has been called “the sexiest job of the 21st century” but sometimes I wonder whether we’re off by a century here. Is the world ready for us? I’ve looked into this question before, but… | Continue reading


@towardsdatascience.com | 5 years ago

Pandas presentation tips I wish I knew earlier

Whether you are a Student, Data Scientist or a Ph.D. Researcher, these tips will help you when making a presentation of your work | Continue reading


@towardsdatascience.com | 5 years ago

Understanding Mathematical Symbols with Code

Summations, factorials, matrices and more are simple when we look at them with our favorite languages | Continue reading


@towardsdatascience.com | 5 years ago

Merzmensch’s roundup of Google Colab notebooks

StyleGAN, GPT-2, StyleTransfer, DeOldify, Magenta etc. to try out | Continue reading


@towardsdatascience.com | 5 years ago

Pandas presentation tips I wish I knew earlier

Whether you are a Student, Data Scientist or a Ph.D. Researcher, these tips will help you when making a presentation of your work | Continue reading


@towardsdatascience.com | 5 years ago

The most useful ML tools 2020

5 sets of tools every lazy full-stack data scientist should use | Continue reading


@towardsdatascience.com | 5 years ago

Building Production-Ready Machine Learning Models

See a new scale-out RDBMS with native MLOps that makes it easy to develop, manage, deploy and govern ML models. | Continue reading


@towardsdatascience.com | 5 years ago

MLOps – Git is not enough, you need Time-Travel Query Support

If AI is to become embedded in the DNA of Enterprise computing systems, Enterprises must first re-align their machine learning (ML)… | Continue reading


@towardsdatascience.com | 5 years ago

We built an ML platform for developers–not just data scientists

Focusing on the people who build products | Continue reading


@towardsdatascience.com | 5 years ago

On AI Product Strategy

Building and selling machine learning (ML) products is hard. The underlying technology keeps evolving, requiring organizations to… | Continue reading


@towardsdatascience.com | 5 years ago

How to Create Fake Data with Faker

You can either Collect Data or Create your Own Data | Continue reading


@towardsdatascience.com | 5 years ago

Pandas Analytics Server

An open-source project that simplifies connecting pandas to a realtime data feed, testing hypothesis and visualizing results in a browser | Continue reading


@towardsdatascience.com | 5 years ago

Pandas Analytics Server

An open-source project that simplifies connecting pandas to a realtime data feed, testing hypothesis and visualizing results in a browser | Continue reading


@towardsdatascience.com | 5 years ago

Implementation of Naive Bayes Classifier with the Use of Scikit-Learn and Ml.net

Implementation of Naive Bayes Classifier with the use of Scikit-learn and ML.NET. That’s easy and enjoyable! | Continue reading


@towardsdatascience.com | 5 years ago

Automating Every Aspect of Your Python Project

Every Python project can benefit from automation using Makefile, optimized Docker images, well configured CI/CD, Code Quality Tools and… | Continue reading


@towardsdatascience.com | 5 years ago

My data scientist doesn’t know how to properly start an EC2 instance

VPC, subnets or Internet Gateways are at the heart of any AWS setup. However, data scientists often assume that it will be provided to… | Continue reading


@towardsdatascience.com | 5 years ago

Bayes’ Rule, Decision Making, and Containing Covid-19 with Unreliable Diag Tests

How false-negatives in diagnostic testing leads to release of infected people, and why extreme containment measures have been implemented. | Continue reading


@towardsdatascience.com | 5 years ago

I Created an Interactive Scrolling Visualisation with D3.js

Bring your data stories to life with interactive and scrollable visualisations, made possible with the brilliant D3 library | Continue reading


@towardsdatascience.com | 5 years ago

Coronavirus in Wikipedia by Language – Visualized

Usually I write longer posts, but let me give you today a quick how-to. Check first to see how I extract the data out of terabytes of… | Continue reading


@towardsdatascience.com | 5 years ago

Why our machine learning platform supports Python, not R

Machine learning engineering is maturing | Continue reading


@towardsdatascience.com | 5 years ago

Simulating epidemics using Go and Python

Simulate and analyse different epidemic scenarios with Go and Jupyter Notebook | Continue reading


@towardsdatascience.com | 5 years ago

What non data scientists need to know about data science

manage expectations by demystifying the data science process | Continue reading


@towardsdatascience.com | 5 years ago

Korean uni research ML experiments, operate exoskeleton by staring blinking LED

Become Professor X and unlock the secrets of our mind | Continue reading


@towardsdatascience.com | 5 years ago

How machine learning is eating software

And why production machine learning is just getting started | Continue reading


@towardsdatascience.com | 5 years ago

This Will Make You a Command-Line Ninja

Lift your skills with these 10 tips, tricks, and a bit of effort | Continue reading


@towardsdatascience.com | 5 years ago

How to Learn Programming Like Einstein Learned Physics

Practical tips that you can follow from a genius | Continue reading


@towardsdatascience.com | 5 years ago

Understanding Recursion

Learn How To Take Advantage Of This Fundamental But Befuddling Programming Concept | Continue reading


@towardsdatascience.com | 5 years ago

I built a DIY license plate reader with a Raspberry Pi and machine learning

Machine learning is finally becoming accessible | Continue reading


@towardsdatascience.com | 5 years ago

Visualizing hidden data relationships: analysing NBA assists

Manipulating & visualising data with interactive shot, bubble & Sankey charts for insights with Plotly (code & data included) | Continue reading


@towardsdatascience.com | 5 years ago

Providing predictions of ML model is not enough. We also need explanations

Data Science Toolkit | Continue reading


@towardsdatascience.com | 5 years ago

Data scientist, data vacuum and data janitor of the 21st century

40% a vacuum, 40% a janitor, and 20% a fortune-teller. | Continue reading


@towardsdatascience.com | 5 years ago

The future of mapping is learned

Reasoning about the 3d world from video data is a crucial aspect of many systems; indoor/outdoor navigation, perception for autonomy… | Continue reading


@towardsdatascience.com | 5 years ago

Data scientists make discoveries by swimming in data, but first be data janitors

40% a vacuum, 40% a janitor, and 20% a fortune-teller. | Continue reading


@towardsdatascience.com | 5 years ago

List of free stock API for fintech startups

With the shutdown of Yahoo finance API and Google finance API, retail traders have been rushing to find new alternatives. | Continue reading


@towardsdatascience.com | 5 years ago