Metadata-Version: 2.4
Name: ydf_tf
Version: 2.21.0
Summary: The custom op to export and serve YDF models in TensorFlow.
Home-page: https://github.com/google/yggdrasil-decision-forests
Author: Mathieu Guillame-Bert, Richard Stotz
Author-email: decision-forests-contact@google.com
Project-URL: Bug Tracker, https://github.com/google/yggdrasil-decision-forests/issues
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: tensorflow==2.21.0
Requires-Dist: ydf
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# YDF for TensorFlow

This package contains a custom op for TensorFlow to perform inference on Yggdrasil Decision Forests (YDF) models.

*   This package needs to be installed so that the export from YDF to TensorFlow works.
*   This package needs to be installed to read YDF models with TensorFlow.
*   This package replaces the inference op formerly provided by TensorFlow Decision Forests (TF-DF).

See the [YDF documentation](https://ydf.readthedocs.io) for more information.
