You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[provide general introduction to the issue and why it is relevant to this repository]
Context of the issue
Because mine first went for 10 min, deleted it then tried to install again and waited half an hour before deleting again. is it supposed to take that long?
[provide more detailed introduction to the issue itself and why it is relevant]
[the remaining entries are only necessary if you are reporting a bug]
Process to reproduce the issue
[ordered list the process to finding and recreating the issue, example below]
User creates TPOT instance
User calls TPOT fit() function with training data
TPOT crashes with a KeyError after 5 generations
Expected result
[describe what you would expect to have resulted from this process]
Current result
[describe what you currently experience from this process, and thereby explain the bug]
Possible fix
[not necessary, but suggest fixes or reasons for the bug]
name of issue screenshot
[if relevant, include a screenshot]
The text was updated successfully, but these errors were encountered:
Note that this installs the latest Python version, which breaks the current version tpot (#1327), but PR #1331 fixes this. In the meantime, manually installing the fix or using an older version of python should work.
This could be due to an old version of scikit learn being used. I updated the minimum requirements for TPOT. Try updating your sklearn version to the latest and let us know if that resolved the issue.
[provide general introduction to the issue and why it is relevant to this repository]
Context of the issue
Because mine first went for 10 min, deleted it then tried to install again and waited half an hour before deleting again. is it supposed to take that long?
[provide more detailed introduction to the issue itself and why it is relevant]
[the remaining entries are only necessary if you are reporting a bug]
Process to reproduce the issue
[ordered list the process to finding and recreating the issue, example below]
fit()
function with training dataKeyError
after 5 generationsExpected result
[describe what you would expect to have resulted from this process]
Current result
[describe what you currently experience from this process, and thereby explain the bug]
Possible fix
[not necessary, but suggest fixes or reasons for the bug]
name of issue
screenshot[if relevant, include a screenshot]
The text was updated successfully, but these errors were encountered: