Skip to content

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

Notifications You must be signed in to change notification settings

indrapaul824/TF-DecisionForest

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks