Open MasalaKimchi opened 1 year ago
Upon running the code models = [train(i) for i in range(num)] the error occurs as below:
models = [train(i) for i in range(num)]
AttributeError: Can't pickle local object 'CrossValidation.get_dataset.._NsplitsDataset'
Please post link to the notebook and provide more information about the error
Upon running the code
models = [train(i) for i in range(num)]
the error occurs as below: