AttributeError using pyBrain _splitWithPortion - object type changed?
问题 I'm testing out pybrain following the basic classification tutorial here and a different take on it with some more realistic data here. However I receive this error when applying trndata._convertToOneOfMany() with the error: AttributeError: 'SupervisedDataSet' object has no attribute '_convertToOneOfMany The data set is created as a classification.ClassificationDataSet object however calling splitWithProportion seems to change it supervised.SupervisedDataSet object, so being fairly new to