SUMMARY: The purpose of this project is to practice web scraping by gathering specific pieces of information from a website. The web scraping code was written in Python 3 and leveraged the Scrapy framework maintained by Scrapinghub. INTRODUCTION: A demo website, created by Scrapinghub, lists quotes from famous people. It has many endpoints showing the… Read More
Binary-Class Classification Model for German Credit Risks Using Python Take 2
Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. SUMMARY: The purpose of this project is to construct a prediction model using various machine learning algorithms and to document the end-to-end steps using a template. The German Credit Risks Dataset is a binary-class classification situation where we are… Read More
Binary-Class Classification Model for German Credit Risks Using Python Take 1
Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. SUMMARY: The purpose of this project is to construct a prediction model using various machine learning algorithms and to document the end-to-end steps using a template. The German Credit Risks Dataset is a binary-class classification situation where we are… Read More
Web Scraping of Registry of Open Data on AWS Using Python
SUMMARY: The purpose of this project is to gather data about the open datasets on AWS. The web scraping code was written in Python 3 and leveraged the Scrapy framework maintained by Scrapinghub. INTRODUCTION: The Open Data registry exists to help people discover and share datasets that are available via AWS resources. This page lists all… Read More
Binary-Class Classification Model for German Credit Risks Using R Take 2
Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. SUMMARY: The purpose of this project is to construct a prediction model using various machine learning algorithms and to document the end-to-end steps using a template. The German Credit Risks Dataset is a binary-class classification situation where we are… Read More
Binary-Class Classification Model for German Credit Risks Using R Take 1
Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. SUMMARY: The purpose of this project is to construct a prediction model using various machine learning algorithms and to document the end-to-end steps using a template. The German Credit Risks Dataset is a binary-class classification situation where we are… Read More
Updated Machine Learning Templates for 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 set of project templates that can be used to support regression ML problems using Python and… Read More
Updated Machine Learning Templates for 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, [https://machinelearningmastery.com/machine-learning-project-template-in-r/] I have pulled together a set of project templates that can be used to support regression ML problems using Python… Read More
Binary-Class Classification Model for Seismic Bumps Take 3 Using Python
Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. INTRODUCTION: Mining activity has always been connected with the occurrence of dangers which are commonly called mining hazards. A special case of such a threat is a seismic hazard which frequently occurs in many underground mines. Seismic hazard is… Read More
Binary-Class Classification Model for Seismic Bumps Take 2 Using Python
Template Credit: Adapted from a template made available by Dr. Jason Brownlee of Machine Learning Mastery. INTRODUCTION: Mining activity has always been connected with the occurrence of dangers which are commonly called mining hazards. A special case of such a threat is a seismic hazard which frequently occurs in many underground mines. Seismic hazard is… Read More
You must be logged in to post a comment.