-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How long is the installation supposed to take #1330
Comments
how are you installing tpot? When creating a new environment with anaconda, and installing with pip, I'm able to install the package very quickly with
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. |
ImportError: cannot import name 'get_scorer_names' from 'sklearn.metrics' |
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: