-
Hi, I am trying to get a simple multiclass classification example working. Referencing #665 , this code doesn't work:
```
from sklearn.datasets import make_classification
from tpot import TPOTCl…
-
Hello I set a TPOT MDT function to run for 8 hours today, however to my disappointment it hadn't even progressed to the next generation, is this a bug?
tpot = TPOTClassifier(generations=None, popul…
-
pipeline does not seem to be fitted even though fit was called
## Context of the issue
Even though fit is executed when I try to obtain the best result I get the error
```
tpot = TPOTClassifier(…
-
I have a panda's dataset where I want to find the best classifier machinelearning algorithm for.
RangeIndex: 7820 entries, 0 to 7819
Data columns (total 6 columns):
Column Non-…
-
Hi guys,
thank you for the tpot, looks really cool and I want to test it, but getting this all the time:
`Skipped pipeline #1 due to time out. Continuing to the next pipeline.
`
my code:
…
unnir updated
3 years ago
-
Hi @trang1618 ,
It is mentioned at section 2.1.1 (First Paragraph) that "From pre-defined subsets of features, the FSS operator allows TPOT to select the best subset that maximizes average accuracy…
-
I followed the following steps to install
!pip install --upgrade "mxnet
-
I am trying to convert TPOT binary classifier result into probability score using CalibratedClassifierCV.
Code is as below
**from tpot import TPOTClassifier
from sklearn.datasets import load_di…
-
Haven't had problems with this method of install in the past but thought it worth mentioning. When you are going through the installation process and you have to select a mirror for the software insta…
-
Looks like windows is out of the game after this point release, as the only thing in the changelog was "needs xgboost":
https://github.com/EpistasisLab/tpot/releases/tag/v0.11.6.post20.11.6.post2
…