Skip to content

TPOT v0.11.2 Minor Release

Pre-release
Pre-release

Choose a tag to compare

@weixuanfu weixuanfu released this 13 May 14:49
9395855
  • Fix early_stop parameter does not work properly
  • TPOT built-in OneHotEncoder can refit to different datasets
  • Fix the issue that the attribute evaluated_individuals_ cannot record correct generation info.
  • Add a new parameter log_file to output logs to a file instead of sys.stdout
  • Fix some code quality issues and mistakes in documentations
  • Fix minor bugs