I'm doing binary classification on the HAM10000 dataset. This is the code i've used: X = np.asarray(skin_df1['image'].tolist()) X = X/255.
確定! 回上一頁