Skip to content

TPOT v0.11.4 minor release

Compare
Choose a tag to compare
@weixuanfu weixuanfu released this 29 May 16:12
· 174 commits to master since this release
  • Add a new built configuration "TPOT NN" which includes all operators in "Default TPOT" plus additional neural network estimators written in PyTorch (currently tpot.builtins.PytorchLRClassifier and tpot.builtins.PytorchMLPClassifier for classification tasks only)
  • Refine log_file parameter's behavior