Skip to content

Instantly share code, notes, and snippets.

# ==== 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, Variable, Queue
import numpy as np
import time