tpot icon indicating copy to clipboard operation
tpot copied to clipboard

A Python Automated Machine Learning tool that optimizes machine learning pipelines using genetic programming.

Results 157 tpot issues
Sort by recently updated
recently updated
newest added

When i try TPOT classifer while fitting to my model in colab ram became crashed on every time !! why ??

question

Tpot is an excellent project for beginners to get started quickly. However, I encountered some problems when I explored the features importance_ in classification tasks after I output the pipline....

question

I see that after the TPOT optimization a preprocessor like robustScaler was selected. I wonder if it's possible that robustScaler is applied not on the entire set of features but...

need contributor

All the posts I have seen about multi-label classification are pretty old so I was wondering if TPOT currently supports it. Regards.

question

Hello, is it possible with TPOT to: 1. make sure that the final estimator of a pipeline is a gradientboostingregressor 2. make sure that the final estimator uses, as stacked...

question

I was wondering how possible it would be to incorporate the sampling preprocessors in Imbalanced learn? [https://github.com/scikit-learn-contrib/imbalanced-learn ](https://github.com/scikit-learn-contrib/imbalanced-learn) I have had a cast around the tpot code but unfortunately can't...

question

Is it the following behaviour expected? I start tpot with a fixed template "Selector-Transformer-Regressor" but then I get a StackingEstimator model. I am not completely sure, but I think I...

enhancement

ipywidgets package should be included in the requirements.txt file. I installed tpot with conda using the documentation here http://epistasislab.github.io/tpot/installing/ and tried to run the classifier example but it failed due...

question

The following text is more of a feature request than a bug report. I have been using Flask to create a web app before trying TPOT. Flask requires a pickle...

enhancement
question

I'm trying to add a couple of binary classification metrics for TPOT. I have a small dataset and a binary classification problem with one class being 40% more than the...

question