Practical Machine Learning topics for articles in my Medium blog
get_dummies() | sort_values() in Pandas | cut() to transform numerical data into categorical data | qcut() for binning numerical data based on sample quantiles | resample() tricks for manipulating time-series data | transform() function | apply() and transform() in Pandas | apply(), applymap(), and map() | TBA soonshift() you should know | drop() | pipe() to improve code readability | plot() | plot() | Altair
Matplotlib
TBA