Skip to content

Commit

Permalink
Fix remote bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnocandel committed Jun 11, 2015
1 parent 2e67901 commit fdebe7a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,7 @@ public void basicDL(String fnametrain, String hexnametrain, String fnametest, Pr
Vec resp = frTrain.lastVec().toEnum();
frTrain.remove(frTrain.vecs().length - 1).remove();
frTrain.add("Response", resp);
DKV.put(frTrain);
dl._train = frTrain._key;
dl._response_column = ((Frame) DKV.getGet(dl._train)).lastVecName();
dl._export_weights_and_biases = true;
Expand Down

0 comments on commit fdebe7a

Please sign in to comment.