tensorflow / decision-forests

A collection of state-of-the-art algorithms for the training, serving and interpretation of Decision Forest models in Keras.
Apache License 2.0
658 stars 108 forks source link

Error asking to report bug to tensorflow #162

Closed Sreyashi-Bhattacharjee closed 1 year ago

Sreyashi-Bhattacharjee commented 1 year ago

Hi, I am trying to run a use-case following the sample given on this page - https://www.tensorflow.org/decision_forests . I am getting the following error:

error_1 error_2

Execution details: Tabular data using model = tfdf.keras.GradientBoostedTreesModel() and following exact steps in the above link.

Please help.

rstz commented 1 year ago

Hi,

can you please provide a colab with a minimal example to reproduce the error?

rstz commented 1 year ago

Closing this, feel free to reopen if the problem persists