1
print('Split {0} rows into train={1} and test={2} rows').format(len(dataset), len(trainingSet), len(testSet))
에는 속성 '형식'이 없습니다.AttributeError는 :</strong><code>'NoneType' object has no attribute 'format' for this lines</code> : 'NoneType'객체는 <strong>AttributeError가 파이썬
이 오류를 해결하는 데 도움을주십시오.