Skip to content

Instantly share code, notes, and snippets.

@detectivebag
detectivebag / dask-ps.py
Created January 12, 2018 13:39 — forked from MLnick/dask-ps.py
Dask Parameter Server - Initial WIP
# ==== dask-ps
import dask
import dask.array as da
from dask import delayed
from dask_glm import families
from dask_glm.algorithms import lbfgs
from distributed import LocalCluster, Client, worker_client
import numpy as np
import time