Sat.Aug 31, 2019

article thumbnail

Kaggle Learn Micro-courses

Data Science 101

The competition site Kaggle has recently released some micro-courses aimed at helping people to quickly learn the skills of data science. It is called Kaggle Learn, Faster Data Science Education. It includes courses on: Python Deep Learning SQL and more. Check them out to quickly get up to speed. Happy Learning.

article thumbnail

The Ultimate Guide to using the Python regex module

MLWhiz

One of the main tasks while working with text data is to create a lot of text-based features. One could like to find out certain patterns in the text, emails if present in a text as well as phone numbers in a large text. While it may sound fairly trivial to achieve such functionalities it is much simpler if we use the power of Python’s regex module.

IT 71