-
## Context of the issue
Hello guys, a TPOT newbie here. I am trying to run the TPOTRegressor on some of my data, with nothing really fancy. My code dies at the fitting stage, by throwing a bunc…
-
I get this error after I run the fit() function for this:
tpot = TPOTClassifier(verbosity=3, n_jobs=8, random_state=1, cv=5, generations=50, population_size=100)
```
~/anaconda3/envs/tpot/lib/pytho…
-
[joblib](https://pypi.python.org/pypi/joblib) should, in theory, make it possible to evaluate the entire TPOT GP population in parallel without making copies of the data set. We should look into using…
-
We should support datasets with missing values. Scikit-learn already offers [a useful option](http://scikit-learn.org/stable/modules/generated/sklearn.preprocessing.Imputer.html) for completing missin…
-
Hi devs,
I am experimenting with automl, and ran into an issue while using LFW face features dataset. It keeps throwing memory buffer error.
Here is the GIST:
https://gist.github.com/campbx/133a2e1…
-
While fitting an X, y pair presented as pandas dataframes TPOT crashed in generate pipeline code.
## Context of the issue
Ubuntu 16.04 LTS
Python 2.7.12
deap 1.02
TPOT 0.5.0
Code is a copy of the …
-
Hello, I am trying to debug pyFAI and it would be nice if it could be possible to test the code inplace.
so a python setup.py build_ext --inplace generate the Extension inside the source code. this w…
picca updated
8 years ago
-
Currently, there are only a few unit tests in `tests.py`. These are basic unit tests and don't cover a large portion of the project. We should expand the unit tests to cover more of the core TPOT func…
-
I tried running tpot on a reasonably small dataset (141 data points, each with 78 features) for 10-way classification. In the interest of nearly-brute-forcing it, I set tpot to run for 1000 generation…
-
```
python -m 'scoop'
does not start scoop properly. I also get 'Be sure to start your program with
the '-m scoop' parameter. You can find further information in the
documentation.' when I actuall…