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

After thoroughly reviewing the well-structured and logically clear code of TPOT, we have identified that the construction of pipelines in the initial population is random. It seems like a natural...

I was looking for a way to extract fitted pipelines of all the pipelines or individuals evaluated by TPO. Is there any way that we can save all the evaluated...

Hi, I haven't used Python before and am completely new to its world. Can you please help me with the covariate adjustment for my features? I have 70 targets and...

[provide general introduction to the issue and why it is relevant to this repository] ## Context of the issue [provide more detailed introduction to the issue itself and why it...

I want to add TABPFN to custom tpot dictionary and I do this like so: ``` 'tabpfn.TabPFNClassifier':{ 'device':['cpu'], 'N_ensemble_configurations': list(range(2, 39)) }, ``` When I run it I get following...

Hello! I found an AI-Specific Code smell in your project. The smell is called: Columns and DataType Not Explicitly Set You can find more information about it in this paper:...

[please review the [Contribution Guidelines](http://epistasislab.github.io/tpot/contributing/) prior to submitting your pull request. go ahead and delete this line if you've already reviewed said guidelines.] ## What does this PR do? -...

I had trained the tpot regression on dataset having shape (2935849, 6), i got this Expected n_neighbors

When using verbose=3 on the TPOTRegressor many warnings are given about mismatched keyword arguments, such as GradientBoostingRegressor being passed 'ls' instead of 'squared_error' as the metric during the mutation step....

## Context of the issue I did a pip install for tpot, however, when it tries to instantiate the class OneHotEncoder, the class has one input parameter of dtype, and...