tpot2
tpot2 copied to clipboard
Documentation
[please review the Contribution Guidelines prior to submitting your pull request. go ahead and delete this line if you've already reviewed said guidelines.]
What does this PR do?
changed max_time_seconds and max_eval_time_seconds to max_time_mins and max_eval_time_mins
fixed several reproducibility bugs that prevented random state from being used correctly or passed through
added nn.py from TPOT1
fixed a bug where duplicated selectors where being passed into the template search spaces
some code cleanup