Skip to content

Python API 0.4.3

Latest
Compare
Choose a tag to compare
@achoum achoum released this 08 May 13:53
· 13 commits to main since this release

Python API - Changelog

Feature

  • Add model.to_jax_function() function to convert a YDF model into a JAX
    function that can be combined with other JAX operations.
  • Print warnings when categorical features look like numbers.
  • Add support for Python 3.12.

Fix

  • Fix cross-validation for non-classification learners.
  • Fix missing ydf/model/tree/plotter.js
  • Solve dependency collision of YDF Proto between PYDF and TF-DF.