tabular-classification keras tensorflow

TensorFlow's Gradient Boosted Trees Model for structured data classification

Use TF's Gradient Boosted Trees model in binary classification of structured data <br />

The model is implemented using Tensorflow 7.0 or higher. The US Census Income Dataset containing approximately 300k instances with 41 numerical and categorical variables was used to train it. This is a binary classification problem to determine whether a person makes over 50k a year.<br />

Author: Khalid Salama
Adapted implementation: Tannia Dubon Find the colab notebook at https://github.com/tdubon/TF-GB-Forest/blob/c0cf4c7e3e29d819b996cfe4eecc1f2728115e52/TFDecisionTrees_Final.ipynb