Exercises / transformers
Embedding lookup
embed(ids, table) returns the row for each id. Print embed of [1, 0] in a 2-d table with three rows.
Live Pythonpython
Output
Run to execute this in your browser. Nothing is sent to a server.
Exercises / transformers
embed(ids, table) returns the row for each id. Print embed of [1, 0] in a 2-d table with three rows.
Run to execute this in your browser. Nothing is sent to a server.