This repo contains my code files I made for learning and using TensorFlow Decision Forest
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__)"
Please see license.txt.