-
It seems that there is a max number of class set to 50 :
when I use the following code with more than 50 different classes :
```
df = pd.read_csv("XXX.csv")
pipeline_optimizer = TPOTClassifier(…
-
### General Introduction and Relevance
Currently, TPOT requires that estimators explicitly inherit from Scikit-learn Mixin classes in order to determine the nature of an estimator operator within t…
-
Below is the code I wrote :
```python
from sklearnex import patch_sklearn
patch_sklearn(global_patch=True)
import sklearn
```
I installed `sklearnex` in my conda environment by typing `cond…
-
Before you post your issue make sure it has not been answered yet and provide `basic support information` if you come to the conclusion it is a new issue.
- 🔍 Use the [search function](https://gith…
-
The installation of tpot.iso fails because "no kernel modules were found"
vim4edit
-
I am trying to run the code example for the Titanic example (https://github.com/EpistasisLab/tpot/blob/master/tutorials/Titanic_Kaggle.ipynb) as-is and receive the following error:
Generation 1 - C…
-
Before you post your issue make sure it has not been answered yet and provide `basic support information` if you come to the conclusion it is a new issue.
- 🔍 Use the [search function](https://gith…
-
I'm trying to do a benchmark of autosklearn and ludwig like this:
```
from algorithms.ludwig import ludwig_class
from algorithms.auto_sklearn import autoSklearn_class
import openml
X, y = fe…
-
Does TPOT support HistGradientBoostingClassifier? It can be hugely faster, amongst other advantages.
-
**Submitting author:** @gro5-AberUni (Gregory Oakes)
**Repository:** https://github.com/gro5-AberUni/RegionGrow
**Version:** V4.1
**Editor:** @hugoledoux
**Reviewer:** @jorgegil, @Geogoeroe
**Archive:…