Skip to content

Commit

Permalink
updated CV region for rf cross validate
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonDaks committed Dec 13, 2015
1 parent 37babc0 commit 8163254
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


voxels_sorted_by_t_statistic = lm.VoxelExtractor(1, 'int-ext').t_stat()
num_features_values = [200, 400, 600, 1000, 1500, 2000, 3000, 5000]
num_features_values = [200, 400, 600, 1000, 1500, 2000, 3000, 5000, 10000]
design_matrix = dm.DesignMatrix(dp.get_smoothed_2d_path(1, 4))
train_volume_indices = pv.get_train_indices()
cv_values = []
Expand Down

0 comments on commit 8163254

Please sign in to comment.