As I work on practicing and solving machine learning (ML) problems, I find myself repeating a set of steps and activities repeatedly. Thanks to Dr. Jason Brownlee’s suggestions on creating a machine learning template, I have pulled together a project template that can be used to support regression ML problems using Python. The purpose of… Read More
Simple Classification Model for Bank Marketing Using Python
Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery (http://machinelearningmastery.com/) Dataset Used: Bank Marketing Dataset Dataset ML Model: Binary classification with numerical and categorical attributes Dataset Reference: http://archive.ics.uci.edu/ml/datasets/bank+marketing One source of potential performance benchmarks: https://www.kaggle.com/rouseguy/bankbalanced INTRODUCTION: The Bank Marketing dataset involves predicting the whether the bank clients will… Read More
Multi-Class Machine Learning Template Using Python
As I work on practicing and solving machine learning (ML) problems, I find myself repeating a set of steps and activities repeatedly. Thanks to Dr. Jason Brownlee’s suggestions on creating a machine learning template, I have pulled together a project template that can be used to support multi-class ML problems using Python. The purpose of… Read More
Binary Classification Machine Learning Template Using Python
As I work on practicing and solving machine learning (ML) problems, I find myself repeating a set of steps and activities repeatedly. Thanks to Dr. Jason Brownlee’s suggestions on creating a machine learning template, I have pulled together a project template that can be used to support binary classification ML problems using Python. The purpose… Read More
Simple Classification Model for Bank Marketing Using R
Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery (http://machinelearningmastery.com/) Dataset Used: Bank Marketing Data Set Data Set ML Model: Binary classification with numerical and categorical attributes Dataset Reference: http://archive.ics.uci.edu/ml/datasets/bank+marketing One source of potential performance benchmarks: https://www.kaggle.com/rouseguy/bankbalanced INTRODUCTION: The Bank Marketing dataset involves predicting the whether the bank… Read More
Regression Machine Learning Template Using R
As I work on practicing and solving machine learning (ML) problems, I find myself repeating a set of steps and activities repeatedly. Thanks to Dr. Jason Brownlee’s suggestions for creating a machine learning template, I have pulled together a project template that can be used to support regression ML problems using R. The purpose of… Read More
Multi-Class Machine Learning Template Using R
As I work on practicing and solving machine learning (ML) problems, I find myself repeating a set of steps and activities repeatedly. Thanks to Dr. Jason Brownlee’s suggestions on creating a machine learning template, I have pulled together a project template that can be used to support multi-class ML problems using R. The purpose of… Read More
Binary Classification Machine Learning Template Using R
As I work on practicing and solving machine learning (ML) problems, I find myself repeating a set of steps and activities repeatedly. Thanks to Dr. Jason Brownlee’s suggestions on creating a machine learning template, I have pulled together a project template that can be used to support binary classification ML problems using R. The purpose… Read More
Machine Learning Algorithms Catalog
As I work on practicing and solving machine learning problems, I often forget which algorithms I should consider applying. Thanks to Dr. Jason Brownlee’s suggestions on learning machine learning algorithms, I have pulled together a table that summarizes some of the popular algorithms with key information about them. Here are the explanations of the column attributes.… Read More
Simple Classification Model for Diabetes Prediction Using R
Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. For more information on this case study project, please consult Dr. Brownlee’s blog post at https://machinelearningmastery.com/standard-machine-learning-datasets/. Dataset Used: Pima Indians Diabetes Database Data Set ML Model: Classification with numerical attributes Dataset Reference: https://www.kaggle.com/uciml/pima-indians-diabetes-database For more information on performance benchmarks,… Read More