Created
December 10, 2020 22:58
-
-
Save rjzamora/3876817f21f17b0df47052405aa0bbd3 to your computer and use it in GitHub Desktop.
NVTabular + Distributed Client Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from dask.distributed import Client | |
| cluster = "tcp://MachineA:8786" | |
| client = Client(cluster) | |
| … | |
| import nvtabular as nvt | |
| Workflow = nvt.Workflow(client=client, …) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment