data splitting problem
TokenJan opened this issue · 2 comments
TokenJan commented
When performing training and testing data splitting, only normal
mode is working while crossvalidation_data
and crossvalidation_patient
functions still have some bugs. The problem is X_train
, y_train
, X_test
and y_tset
should be returned as a list instead of dictionary to be written into h5 file via hf.create_dataset
.
thomaskuestner commented
closed