Skip to content

Instantly share code, notes, and snippets.

@rjzamora
Created December 10, 2020 22:58
Show Gist options
  • Select an option

  • Save rjzamora/3876817f21f17b0df47052405aa0bbd3 to your computer and use it in GitHub Desktop.

Select an option

Save rjzamora/3876817f21f17b0df47052405aa0bbd3 to your computer and use it in GitHub Desktop.
NVTabular + Distributed Client Example
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