-
From this build:
- https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=251942&view=logs&j=656edd35-690f-5c53-9ba3-09c10d0bea97&t=e5c8ab1d-8ff9-5cae-b332-e15ae582ed2d&l=782
Gi…
-
I'm trying to run a TPOT session in a Google Colab notebook, but running into some issues regarding "dask", and I think it has to do with the way I'm pip installing the packages.
## Context of the …
-
So far `log_file` parameter in TPOT only takes `io.TextIOWrapper` or `io.StringIO` but cannot take str for path of a log file, Also this bug blocks using the -log parameter in TPOT via the command lin…
-
## Context of the issue & Process to reproduce the issue
There was a data called `y`, its shape was `(n, )` and its type was `pd.Series`.
Its `value_counts` function result likes below.
```p…
-
I have been trying to train some models on big datasets using dask and google colab but haven't been able to. If this could get fixed it would be nice to train models faster. I have even tried to repl…
-
Having a chat/communication -platform like (`Gitter` or `Slack`) to support answering questions by the tpot-developer and the community for the community.
## Context of the issue
In terms of gen…
-
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…
-
# Issues
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](ht…
-
### Environment
* Platform: Kaggle Notebooks (https://www.kaggle.com/code)
* Operating System: Ubuntu 18.04.5 LTS
* Python Version: 3.7.10
* How did you install pyforest: ```!pip install upgrade p…
-
I want to use MARS as an additional model by adding to my tpot_config:
```
'pyearth.Earth': {
'max_degree': [1, 2]
},
```
The object supports the sklearn interfac…