tpot
tpot copied to clipboard
Getting "Expected n_neighbors <= n_samples, but n_samples = 40, n_neighbors = 87" error
I had trained the tpot regression on dataset having shape (2935849, 6), i got this Expected n_neighbors <= n_samples, but n_samples = 40, n_neighbors = 87 error while predict
please reply