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