EpistasisLab / EpistasisLab/tpot
Tpot Classifier
- Dominant language
- Jupyter Notebook
- Stars
- 10.1k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
[provide general introduction to the issue and why it is relevant to this repository]
## I am trying to run import TPOTClassifier as `from tpot import TPOTClassifier` but I get the following message, #ModuleNotFoundError: No module named 'sklearn.externals.joblib'
[provide more detailed introduction to the issue itself and why it is relevant]
## It was working well before I run the below code that crash the importing task.
`pip install --upgrade --no-deps --force-reinstall git+https://github.com/weixuanfu/tpot.git@scoring_api_bug`
[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]
1. User creates TPOT instance
2. User calls TPOT `fit()` function with training data
3. 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]
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.