1
print('Split {0} rows into train={1} and test={2} rows').format(len(dataset), len(trainingSet), len(testSet))
沒有屬性 '格式' 有一個AttributeError的:'NoneType' object has no attribute 'format' for this lines
。AttributeError的: 'NoneType' 對象具有在python
請幫我解決這個錯誤。