Skip to content

Version 0.11.6

Compare
Choose a tag to compare
@weixuanfu weixuanfu released this 26 Oct 15:09
· 107 commits to master since this release
  • Fix a bug causing point mutation function does not work properly with using template option
  • Add a new built configuration called "TPOT cuML" which TPOT will search over a restricted configuration using the GPU-accelerated estimators in RAPIDS cuML and DMLC XGBoost. This configuration requires an NVIDIA Pascal architecture or better GPU with compute capability 6.0+, and that the library cuML is installed.
  • Add string path support for log/log_file parameter
  • Fix a bug in version 0.11.5 causing no update in stdout after each generation
  • Fix minor bugs