Skip to content

Instantly share code, notes, and snippets.

View michellebonat's full-sized avatar

Michelle Bonat michellebonat

View GitHub Profile
@michellebonat
michellebonat / predict-customer-churn-case-study.ipynb
Created November 25, 2020 15:39
Predict Customer Churn Case Study.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@michellebonat
michellebonat / README-Template.md
Last active July 10, 2018 18:24 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@michellebonat
michellebonat / Bloc_FullStack_suggestions
Last active August 29, 2015 14:04
Bloc full stack dev course suggestions
Checkpoint 8: Deploy to Heroku. I got the correct result but I could not tell from the course guide. So I ended up asking office hours. What they told me is that the correct result will show an error. This is expected. The error is "The page you were looking for doesn't exist." It will say this on the web page of your app. The reason is that there is nothing in your app yet.
Checkpoint 14: Intro to Classes. The first section on RSpec Class Errors is really helpful to understand RSpec. Would be great to somehow include these pointers in the RSpec section that comes earlier.
General comments:
- Give me a way to easily share my progress on social networks. Complete a checkpoint, be able to tweet it and post it on FB.
- Include a section on tips for reading the RSpec error messages. Here is an example provided by my awesome mentor John:
- Let's take apart the error message: exercise.rb:21: syntax error, unexpected '\n', expecting '=' (SyntaxError)
The first part (exercise.rb:21) tells us it's on line 21 of t