[provide general introduction to the issue and why it is relevant to this repository]
[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]
[ordered list the process to finding and recreating the issue, example below. A minimally reproducible example would be ideal. This refers to the minimum amount of code necessary to reproduce the issue.]
- User creates TPOT instance
- User calls TPOT
fit()
function with training data - TPOT crashes with a
KeyError
after 5 generations
[describe what you would expect to have resulted from this process]
[describe what you currently experience from this process, and thereby explain the bug]
[not necessary, but suggest fixes or reasons for the bug]
[if relevant, include a screenshot]