EpistasisLab / tpot

A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.
http://epistasislab.github.io/tpot/
GNU Lesser General Public License v3.0
9.57k stars 1.55k forks source link

Getting "Expected n_neighbors <= n_samples, but n_samples = 40, n_neighbors = 87" error #1303

Open AhangarAamir opened 1 year ago

AhangarAamir commented 1 year ago

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

AhangarAamir commented 1 year ago

please reply