cxr8
cxr8 copied to clipboard
Question
Hey TRKuan,
it is not really an issue, it is more that I want to classify the no findings from the sick people and wanted to make sure I understand your code well. what do you mean by using indecies from 1 to 9 in dataset.py line 37 self.classes = pd.read_csv(self.index_dir, header=None,nrows=1).ix[0, :].as_matrix()[1:9] and line 79 too
I would really appreciate if u can explain to me what u r doing there :)