PinnedInTDS ArchivebySteven Yan·Dec 3, 2020How to Enhance Your Visualizations for Exploratory Data Analysis Using Seaborn and FacetGridA step-by-step tutorial on how to use the various features of Seaborn, in particular FacetGrid, to create visualizations for your…A response icon3A response icon3
InTDS ArchivebySteven Yan·Aug 5, 2021How To Create Your Own Hate Tweet DetectorA step-by-step tutorial on developing a machine learning classification algorithm for detecting hate tweets in Python
InAnalytics VidhyabySteven Yan·Jun 30, 2021How To Show Your Minority Class Much-Needed TLCA comprehensive hands-on tutorial on class imbalance with coding examples in Python
InPython in Plain EnglishbySteven Yan·Feb 25, 2021To RegEx or Not To RegEx? (Part II)A comprehensive tutorial on regular expression and how to use the re module to enhance its capabilities in Python
Steven Yan·Jan 6, 2021To RegEx or Not To RegEx? (Part I)A two-part comprehensive tutorial on regular expression and the application of the re module and regular expressions in data science…
Steven Yan·Dec 16, 2020The Lesser of Two Evils in Machine Learning: Variance and BiasEvery society throughout mankind’s history has their own version of the fundamental principle of the lesser of two evils. In idyllic…