Publications by Angus Mackenzie
Reproducible Research - Project 2
## Setup options(scipen=999) knitr::opts_chunk$set(echo = TRUE) ## Packages require(tidyverse) ## Loading required package: tidyverse ## -- Attaching packages --------------------------------------- tidyverse 1.3.1 -- ## v ggplot2 3.3.3 v purrr 0.3.4 ## v tibble 3.1.1 v dplyr 1.0.6 ## v tidyr 1.1.3 v stringr 1.4.0 ## v ...
1640 sym R (7771 sym/23 pcs) 2 img
RSA Elections - District Municipalities
17 December, 2021 South Africa Local Government Elections 2021 South Africa has local government elections every five years and there are three types of local governments: Metropolitan municipalities (Metro): Big cities like Johannesburg or Cape Town; Local municipalities: Areas that encompass a number of small cities or towns with most of the ...
1526 sym R (1063 sym/1 pcs) 1 img
Table Mountain Walk
Introduction This creates a leaflet map that will show a walk route over Table Mountain in Cape Town, South Africa. At the end of this page I provide the code that creates the route using the Google Directions API, however it won’t work as you’ll need your own Google API Key. Four “points of interest” are shown in map, and these were foun...
643 sym R (2289 sym/7 pcs) 2 img
Motor Trend Regression Tool - Pitch
Motor Trend Regression Tool - Pitch Angus Mackenzie 23/12/2021 Motor Trend Regression Tool Do you want to know how different car stats effect performance? Now you can with the Motor Trend Regression Tool. Select variables, put in a new value and you can find out the resulting perfromance statistic. Motor Trend Data The tool uses data extrac...
645 sym R (871 sym/2 pcs) 1 img
DataScience - Capstone Milestone Report
20 January, 2022 Predictive Text Model Typing on mobile devices is hard without a full keyboard - now that Blackberry has discontinued support for its devices. To make things easier we’ll build a model that will predict what word a user is going to type. This report will detail exploratory data analysis of the text corpus that will be used to ...
2145 sym 2 img 4 tbl
DataScience - Capstone Application Pitch
14 March, 2022 Predictive Text Typing on mobile devices is hard without a full keyboard - now that Blackberry has discontinued support for its devices. To make things easier we’ve built an app that can do this. Special attention was made to keep the app small and fast while retaining accuracy. The data used to train the model is a corpus of ov...
1832 sym 2 img 2 tbl