Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package reorganization #63

Open
TomAugspurger opened this issue Nov 6, 2017 · 0 comments
Open

Package reorganization #63

TomAugspurger opened this issue Nov 6, 2017 · 0 comments

Comments

@TomAugspurger
Copy link
Member

It'd be good to clarify the boundaries of dask-glm and dask-ml. My motivation is building up a set of utilities in dask-ml for working generically with dask or NumPy arrays, and dask or pandas dataframes.

I'd like to move the estimator interface over to dask-ml and leave all the optimization and regularization logic here. I think that families would stay in dask_glm.

With that reorganization, the interface is:

  • dask_glm for lower-level optimization routines on large dask arrays
  • dask_ml for higher-level estimators, which can work on dask, numpy, or pandas data structures.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant