Skip to content

Commit

Permalink
Add missing PrepareListFeatures to merlin.models.tf module
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Jul 6, 2023
1 parent 7ff1c4d commit cd4f114
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions merlin/models/tf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
HashedCross,
HashedCrossAll,
PrepareFeatures,
PrepareListFeatures,
ToDense,
ToOneHot,
ToSparse,
Expand Down Expand Up @@ -226,6 +227,7 @@
"MatrixFactorizationBlock",
"QueryItemIdsEmbeddingsBlock",
"PrepareFeatures",
"PrepareListFeatures",
"ToSparse",
"ToDense",
"ToTarget",
Expand Down

0 comments on commit cd4f114

Please sign in to comment.