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

## Context of the issue Newer releases of Numpy (and by extension, fresh installs of TPOT) are not compatible with the latest TPOT code and `requirements.txt`. Several deprecated numpy aliases...

I used TPOTRegressor on my dataset, adding and removing features from the input data for different tests. When using all 18 features of my 28 datapoints and sample_weight, TPOT fails...

## Context of the issue I was wondering if multiple scorer functions can be used when optimising, let s say for example in a classification I want to optimise over...

[provide general introduction to the issue and why it is relevant to this repository] ## Context of the issue What the hell! Invalid Notebook ![tpot](https://user-images.githubusercontent.com/1317234/212721926-34c982b8-b018-4149-b4e3-22947af043a4.PNG)

For my data, I got the best pipeline by running TPOT training using the following parameters: ```python from tpot import TPOTClassifier tpot = TPOTClassifier(generations=5, population_size=100, verbosity=2, n_jobs=-1,random_state=1) ``` The best...

Hi, I have python 3.8 and installed tpot using pip. However, when I'm trying to import tpot on JupyterLab, I'm getting the following error: ![image](https://user-images.githubusercontent.com/43726874/72466775-8f367b80-37a7-11ea-9a07-be7229ffde9c.png) I even tried to import...

question

## Context of the issue Added column name and COLUMN_SEPARATOR dynamically through parameter in export_pipeline function We will get more specified output of pipleline ## Expected result [describe what you...

Hi, I'm excited with your TPOT tool and how it infers hyperparameters for binary classifiers. I was wondering whether you have any plans to extend TPOT to unsupervised machine learning,...

enhancement
need contributor

Hello, My question is if it's possible to use TPOT in the text domain for classification task? in other word , is there a class inside tpot is specified for...

I am getting this error while installing TPOT-cuML on a Debian 11 ``` /anaconda3/lib/python3.9/site-packages/conda_env/env.py", line 37, in validate_keys new_data = data.copy() if data else {} AttributeError: 'str' object has no...