MMostavi / CNNCancerType

This is the repository for paper titled as "Convolutional neural network models for cancer type prediction based on gene expression".
11 stars 3 forks source link

5cv_1D_CNN_33class.py name 'train_labels' is not defined #4

Closed xiumu2280 closed 3 years ago

xiumu2280 commented 3 years ago

when i run 5cv_1D_CNN_33class.py, there is an error as follows.

Traceback (most recent call last): File "5cv_1D_CNN_33class.py", line 69, in <module> y_s = train_labels NameError: name 'train_labels' is not defined

MMostavi commented 3 years ago

Thanks for letting me know. I fixed the bug.