Skip to content

Commit

Permalink
Update stats.py
Browse files Browse the repository at this point in the history
remove commented out code
  • Loading branch information
powerfulbean authored Jun 26, 2024
1 parent 2bc5c49 commit 6263e03
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions mtrf/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,14 +266,6 @@ def nested_crossval(
regularization_split_i = list(regularization)[np.argmax(metric)]
else:
regularization_split_i = regularization
# model.train(
# [stimulus[i] for i in idx_train_val],
# [response[i] for i in idx_train_val],
# fs,
# tmin,
# tmax,
# regularization_split_i,
# )
model._train(
[x[i] for i in idx_train_val],
[y[i] for i in idx_train_val],
Expand Down

0 comments on commit 6263e03

Please sign in to comment.