Author: Benedict Neo
Python F-strings Tricks You Should Know
PYTHON Stop doing print(f”variable = {variable}”) Python 3.6, all the way back in 2016, introduced a new string formatting method called f-strings...
Feature Engineering 101
DATA SCIENCE Common Feature Preprocessing and Generation Techniques in Data Science One cannot just take the features in a dataset, fit their favorite...
The Missing Feature on LinkedIn
DATA VISUALIZATION Get to know your connections better. Behind the Missing Feature on LinkedIn I wrote an article titled Visualize your LinkedIn Netw...
NLP in Academia vs The Real World
ML Talks NLP in Academia vs The Real World Interview with Harshit Surana, Author of Practical NLP and Co-Founder of Chaos Genius Introductio...
Bird Species Classification with Machine Learning
Data Science Predict what species is a bird based on genetics and location using Machine Learning Like birds? Like Machine Learning? You’ll love thi...
40 Useful Pandas Snippets
Data Science Pandas snippets that come in handy in data analysis work Pandas is a versatile and powerful library for data science. It’s like a ...
Predicting Rain with Machine Learning
Predicting Rain with Machine Learning Will it rain tomorrow? Let’s build an AI model to answer that. Looking for a fun challenge to grow your data s...
10 Tips to Improve Your Regression Modeling
Machine Learning From the book “Regression and Other Stories” Regression modeling is a powerful tool that can be applied to many even...
Data Analysis in 10 Easy Steps
Data Science Data Analysis in 10 Easy Steps The key steps in the process of turning data into insights Data Analysis is the process of colle...