Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jadecci committed Nov 22, 2019
1 parent 8d783f8 commit 8cc4952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/EN_one_fold.m
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

% test set
x_test = x(cv_ind == fold, :);
y_test = y(cv_ind == fold);
y_test = y(cv_ind == fold, :);

% select best alpha value
% see sklearn.linear_model.ElasticNetCV for list of alpha values
Expand Down

0 comments on commit 8cc4952

Please sign in to comment.