如果train_test_split(... test_size=0.25, stratify = y_all), 那麼split之後資料如下: training: 75個資料,其中60個屬於A類,15個屬於B類。 testing: ...
確定! 回上一頁