Coursera Practical Machine Learning – Prediction Assignment Chris McKelt 17 September 2017 Introduction Executive summary Background Goal Data Obtaining Data Data Exploration Cleaning Data Training…
Format to run a small story mapping workshop Elevator Pitch As a team work to decide on the elevator pitch ala For [TARGET CUSTOMER TYPE]…
This is an overview of how to build and debug a Dynamics 365 Field Services Mobile Application using Resco’s Woodford mobile framework (JavaScript library)…
PCA Principal Components Analysis (PCA) allows us to study and explore a set of quantitative variables measured on a set of objects Core Idea …
Overview –> see What is a user story An example user story below Title Wholesale customers to be created as ‘on-hold’ Card Wholesale customers created…
1. Add the buildProvider config for razor inside the compilation element 2. Application start –> Registers the html extension with razor 3. Create a Start.cshtml…
Having drank the TDD cool aid over the years I went deep. BDD with Fitnesse, SpecFlow. Maximum code coverage %. Days fixing up UI tests.…
Firstly some terminology courtesy of Stackoverflow IAAS (Infrastructure As A Service) : The base layer Deals with Virtual Machines, Storage (Hard Disks), Servers, Network, Load…
https://gist.github.com/chrismckelt/3884f94078a7bd3a773b #Administrator privileges check If (-NOT ([Security.Principal.WindowsPrincipal] [Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole(` [Security.Principal.WindowsBuiltInRole] “Administrator“)) { Write–Warning “You do not have Administrator rights!`nPlease run the build shell as administrator!“…