I am getting this error when I execute: predictions = randomclassifier.predict(test_dataset) Error : Found array with 0 sample(s) (shape=(0, 454466)) while a minimum of 1 is required. Can you help with this, please?
I am getting this error when I execute:
predictions = randomclassifier.predict(test_dataset)
Error : Found array with 0 sample(s) (shape=(0, 454466)) while a minimum of 1 is required.
Can you help with this, please?