Skip to content

Instantly share code, notes, and snippets.

View breadplop's full-sized avatar

Brenda Thng breadplop

View GitHub Profile
@breadplop
breadplop / question1.py
Created November 4, 2018 07:37
BT4221 Assignment 4 Question 1 - Pima Indians Dataset
#### Create first network with Keras
from keras.models import Model
from keras.layers import Input, Dense
from keras.callbacks import ModelCheckpoint, EarlyStopping
import numpy as np
batch_size = 10
epochs = 10
validation_split = 0.1

How To Update National Data Dashboard

Sam: Delete the old UpdatePaidUsersTab folder, download the new folder and remember to unzip it! (ensure that the filename is the same!)

Step 1 Update the Paid Users Tab

with Trial start date, acquisition source and utm_campaign from the db.

  1. Open Terminal [cmd + spacebar and Type terminal]
  2. Go into the directory where this folder is kept [copy and paste into terminal: cd Downloads/UpdatePaidUsersTab + enter ]
@breadplop
breadplop / klipfolio-question-json.json
Created March 15, 2018 22:04
klipfolio-question-json.json
{
"data": [
{
"spend": "5.85",
"campaign_id": "23842748876360690",
"campaign_name": "AD 1 ",
"unique_clicks": "3",
"impressions": "167",
"total_action_value": "0",
"actions": [
@breadplop
breadplop / test.ipynb
Last active February 15, 2018 14:52
Contact/Export Utilization Histogram
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.