indrapaul824 / TF-DecisionForest

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Jupyter Notebook 67.0%Language:HTML 33.0%