This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lemsmatchcode VARCHAR(18) NOT NULL, | |
firstname VARCHAR(15), | |
middleinitial VARCHAR(1), | |
lastname VARCHAR(20), | |
lastnamesuffix VARCHAR(2), | |
titlecode VARCHAR(1), | |
gender VARCHAR(1), | |
birthdate VARCHAR(6), | |
housenumber VARCHAR(10), | |
streetpredirectional VARCHAR(2), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
context_map=csvread('train_X_final.csv'); % Load train input (context matrix) | |
sim_yield_die_loss=csvread('train_Y_final.csv'); % Load train output | |
wafer_count=size(context_map,1); % Get number of wafers | |
%Build regular WLSR model +++++++++++++++++++++++++++++++++++++++++++++++++ | |
lambda=0.4; %Decay rate on learning | |
w_diag=fliplr(lambda.^(1:wafer_count)); | |
W=zeros(wafer_count); | |
for g=1:wafer_count | |
W(g,g)=w_diag(g); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Data Competition Instructions | |
Contact: Ben Taylor, @bentaylordata, www.linkedin.com/in/bentaylordata/ | |
Files: | |
* train_X.csv | |
* train_Y.csv | |
* val_X.csv | |
* val_Y.csv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Skullcandy S2IKDY-003 Ink'd 2.0 Earbud Headphones with Mic (Black) | |
Skullcandy S2IKDZ-010 Ink'd 2.0 Earbud Headphones (Black/Red) | |
Skullcandy S2IKDY-010 Ink'd 2.0 Earbud Headphones with Mic (Black/Red) | |
Skullcandy S6HSDZ-161 Hesh 2.0 with Detatchable Cable - Black/Black | |
Skullcandy S2IKDY-101 Ink'd 2.0 Earbud Headphones with Mic (Blue/Black) | |
Skullcandy S2IKDY-102 Ink'd 2.0 Earbud Headphones with Mic (Rasta) | |
Skullcandy S2IKDZ-058 Ink'd 2.0 Earbud Headphones (Rasta) | |
Skullcandy Crusher Over-Ear Headphones with Built-in Amplifier & Mic - Black | |
Skullcandy S2IKDY-103 Ink'd 2.0 Earbud Headphones with Mic (Pink/Black) | |
Skullcandy S6HSFZ-319 Hesh 2 Headphones, Gray/Black/Lime |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Retrieving data for: Charter Ranches Academy | |
rake aborted! | |
undefined method `year' for nil:NilClass | |
/var/www/releases/20140305203233/app/models/enrollment.rb:16:in `enrollment_year' | |
/var/www/releases/20140305203233/app/services/report_service.rb:210:in `block in get_years_from_enrollments' | |
/var/www/shared/bundle/ruby/2.0.0/gems/activerecord-4.0.0/lib/active_record/relation/delegation.rb:13:in `each' | |
/var/www/shared/bundle/ruby/2.0.0/gems/activerecord-4.0.0/lib/active_record/relation/delegation.rb:13:in `each' | |
/var/www/releases/20140305203233/app/services/report_service.rb:208:in `get_years_from_enrollments' | |
/var/www/releases/20140305203233/app/services/district_info_service.rb:23:in `block in load_data' | |
/var/www/releases/20140305203233/app/services/district_info_service.rb:17:in `each' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"school_name": "Adams Elementary School", | |
"district_name": "Logan School District", | |
"report_type": "school_info", | |
"years": [{ | |
"data": [{ | |
"report_data": { | |
"school_year_id":2014, | |
"signal_value": 4.39993, // this is what we sort by |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% set home = '/root' %} | |
{% set titan_dir = home + "titan-server-0.4.1-ND" %} | |
java7_ppa: | |
cmd.run: | |
- name: add-apt-repository ppa:webupd8team/java --yes && apt-get update | |
- user: root | |
accept-license: | |
cmd.run: | |
- name: echo oracle-java7-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-set-selections |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> x = 1 + 4 | |
>>> y = x & 0x01 | |
>>> x | |
5 | |
>>> y | |
1 | |
>>> x = x >> 1 | |
>>> x | |
2 | |
>>> y = x & 0x01 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data":{ | |
"school_name":"Adams Elementary School", | |
"district_name":"Logan School District", | |
"report_type":"overview", | |
"report_data":{ | |
"school_year_id":"2013", | |
"school_year_title":"2012/2013", | |
"response_tally":{ | |
"students":217, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Open | |
1. Clayton Christensen or Salaman Khan | |
2. Problem | |
1. Which actor is the most important? |