Skip to content

Commit

Permalink
Tabular transformer (part 2)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 701041195
  • Loading branch information
achoum authored and copybara-github committed Nov 28, 2024
1 parent dd988de commit 4d1a42e
Show file tree
Hide file tree
Showing 3 changed files with 681 additions and 480 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from ydf.model.tree import tree as tree_lib


class DecisionForestModel(generic_model.GenericModel):
class DecisionForestModel(generic_model.GenericCCModel):
"""A generic decision forest model for prediction and inspection."""

_model: ydf.DecisionForestCCModel
Expand Down
Loading

0 comments on commit 4d1a42e

Please sign in to comment.