WordPress Jetpack PluginDo you have a WordPress website and if you do, are you using Jetpack? What is Jetpack. At […] November 3, 2023 in WordPress tagged plugin by Mike
Decision Tree Modelling IntroductionTree-based machine learning is a type of supervised machine learning that performs classification and regression tasks. It uses […] November 1, 2023 in Machine Learning tagged impurity / child / node / decision / trees / root / Decision Trees by Mike
Problems in Machine LearningWhat are the most common types of problems or challenges that we can use machine learning to help […] November 1, 2023 in Machine Learning tagged ML / learning / machine / Machine Learning Overview by Mike
Feature EngineeringData professionals give careful consideration to all of the variables (columns, features) in their dataset. Machine learning professionals […] October 23, 2023 in Machine Learning tagged column / variables / engineering / feature by Mike
Naive Bayes IntroductionNaive Bayes is a supervised classification algorithm based on Bayes’ theorem with an assumption of independence among predictors. […] October 23, 2023 in Machine Learning tagged supervised / classification / churn / probability / Bayes / classifier / Naive / Naive Bayes by Mike
Markdown for Jupyter NotebookHere below is a very small cheatsheet for some markdown for Jupyter Notebook. Are you working with Jupyter […] October 19, 2023 in Python tagged cheatsheet / markdown / jupyter / bold / toc / format / header / list / cheat / sheet by Mike
Bayes’ Theorem IntroductionBayes’ Theorem is an important concept in Data Science. It is widely used in Machine Learning as a […] October 18, 2023 in Statistics tagged theorem / probability / Bayes / spam / formula / Probability by Mike
Drop a Column in PandasHow do you delete a column in a pandas DataFrame? In other words, you want to take a […] October 16, 2023 in Python tagged drop / column / alter / select / double / subset / pandas / brackets / delete / remove by Mike
Types of Machine LearningThere are several types of machine learning. When considering which type of machine learning model to use, it’s […] October 15, 2023 in Machine Learning tagged data / learning / types / machine / dataset / AI / Machine Learning Overview by Mike
Dates and Times in PandasOften the best way to learn something is to just jump in and try it out. Go ahead […] October 14, 2023 in Python tagged month / date / time / datetime by Mike
Data Imputation of Negative NumbersExploratory Data Analysis (EDA) has six main practices. The six main practices of EDA are discovering, structuring, cleaning, […] October 14, 2023 in Data Analytics tagged outliers / impute / imputation / errors / estimate / data / clean / Pandas EDA Cleaning by Mike
Create a Set from a Pandas SeriesA pandas DataFrame can be thought of as a group of Series. Each column is a Series. What […] October 12, 2023 in Python tagged distinct / unique / set / series / dataframe / pandas Series by Mike