Skip to content

Python API 0.4.1

Compare
Choose a tag to compare
@achoum achoum released this 19 Apr 13:21
· 208 commits to main since this release

Python API - Changelog

Fix

  • Solve dependency collision to YDF between PYDF and TF-DF. If TF-DF is
    installed after PYDF, importing YDF will fails with a has no attribute 'DType' error.
  • Allow for training on cached TensorFlow dataset.