Skip to content

Release v0.10.0

Latest
Compare
Choose a tag to compare
@qiagu qiagu released this 29 Nov 23:12
· 2 commits to v0.10.0 since this release
2ac5c43

Changes

  • Updates scikit-learn to 1.1.x, tensorflow to v2.10.x, xgboost to 1.7.x.
  • Add github workflow to test tools using docker container as dependencies.
  • Restructure search algos in searchCV tool.
  • Serialize html repr for models.
  • Test utils and tools in python 3.9.

Bug Fixes

  • Fix some tool lint errors
  • Fix lots of flake8 errors but ignoring F401,F821, I100 and W503.