Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 498 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 498 Bytes

TF-DecisionForest

Overview

This repo contains my code files I made for learning and using TensorFlow Decision Forest

Requirement

Package Requirement: tensorflow_decision_forests

Installation:

pip3 install tensorflow_decision_forests --upgrade

Check your installation with:

python3 -c "import tensorflow_decision_forests as tfdf; print('Found TF-DF v' + tfdf.__version__)"

Usage

Features

Reference

Author

License

Please see license.txt.