You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation guide: Docker, Conda, Pip, Launchpad, Google Colab @bschifferer
New tutorials with some "basics"
The >> operator, NVTabular workflow, Graph, fit/transform.
Training a ranking model: NVT + DLRM (or similar)
Training a retrieval model: NVT + TT (or similar)
Creating a basic System: Fetch Features -> NVT -> Ranking -> SampleSoftmax. (Since there's no retrieval model, input can be something like {user_id: u, item_ids: [a, b, c, d]}) @nv-alaiacano
The text was updated successfully, but these errors were encountered:
The goal of this RMP is to revamp the "Getting Started" section of our Merlin documentation.
The introductory tutorials are meant to cover a limited number of things:
>>
operator, NVTabular workflow, Graph, fit/transform.{user_id: u, item_ids: [a, b, c, d]}
) @nv-alaiacanoThe text was updated successfully, but these errors were encountered: