Skip to content

Commit

Permalink
final details
Browse files Browse the repository at this point in the history
  • Loading branch information
shftan committed Mar 6, 2018
1 parent 170d2b5 commit 521dccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distillationsetup.pseudocode
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ mgcvpredlogit = predict(mgcvmodel,newdata=testing,type="link")
# sufficiently powerful, which can be measured by looking at the fidelity of the
# student model and accuracy of the outcome model
# In the paper we use linear models (linear and logistic regression) and GA2Ms.
# A barebones implementation of GA2Ms can be found at https://github.com/yinlou/mltk
# A barebones, publicly available implementation of GA2Ms can be found at https://github.com/yinlou/mltk

### Create train-validation-test splits and bagging setup if you are doing multiple bags
trainidx = ###
Expand Down

0 comments on commit 521dccd

Please sign in to comment.