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.73k stars 1.57k forks source link

data format is not correct or data for a regression problem #336

Closed budaoxiaowanzi closed 7 years ago

budaoxiaowanzi commented 7 years ago

my data is numpy array(11270*144), which is integer range from (0,100), when I use TPOT classifier the error: <<This could be because the data was not formatted properly, or because data for a regression problem was provided to the TPOTClassifier object. Please make sure you passed the data to TPOT correctly.>>, I used SVM kernel (MLP) method ,the accuracy is 78% for two class, I don't know what error for using TPOT?

rhiever commented 7 years ago

Can you please provide the code and data that you used to reproduce this issue?

rhiever commented 7 years ago

We're closing all questions that haven't been updated in a while. Please feel free to re-open this issue if your issue persists.