Pythonic Python
A pool of unique features in the Python programming language. A must read if you are preparing for an interview. Continue reading Pythonic Python
A pool of unique features in the Python programming language. A must read if you are preparing for an interview. Continue reading Pythonic Python
Q Learning, Deep Q Learning, Double Q Learning, and Dueling Q Learning explained. TensorFlow code provided. Continue reading Reinforcement learning: Q Learning, Deep Q Learning introduction with Tensorflow
This post attempts to give readers a practical example of how to clean a dataset (in particular, the Google Play Store Apps dataset). Continue reading Data Cleaning case study: Google Play Store Dataset
The new Coronavirus is spreading fiercely. This article describes how to make a geo-map to showcase the status of this disease around the world using Python and Plotly. Continue reading Coronavirus cases: an interactive geo-map with Plotly
In Machine Learning, while some predictive models allow categorical variables in the data, most require all predictor variables to be continuous Continue reading How to convert Categorical Variables to Numerical Variables
Train and cross-validate your Linear regression on Python with pre-defined or customized evaluation functions. Continue reading Linear Regression in Python
Python, the most common programming language for practicing Machine Learning – Data Mining (ML and DM) today, and Jupyter, a convenient environment for writing Python code. Continue reading Introduction to Python and Jupyter
This is my 5th blog on a series of data visualization with charts for specific purposes. Continue reading Charts to compare different objects
The Regular expression (regex, or just re) is a means of representation, used for string matching and searching. Continue reading Basic Regular Expression
Matplotlib is undeniably the most prevalent name in the family of visualization libraries in Python. Continue reading Basic plots with Matplotlib
This blog post attempts to address why NaNs are bad and how we can fix them. Continue reading How to deal with missing values (NaNs)