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

Experimental sparse/MNMG logistic regression #1480

Closed
JohnZed opened this issue Dec 12, 2019 · 4 comments
Closed

Experimental sparse/MNMG logistic regression #1480

JohnZed opened this issue Dec 12, 2019 · 4 comments

Comments

@JohnZed
Copy link
Contributor

JohnZed commented Dec 12, 2019

For 0.12, this can still be experimental. But we want to demonstrate supporting:

  • Dask-distributed data
  • MNMG logistic
  • A minibatch style solver (e.g. ADAM)
  • Sparse, one-hot-encoded data

Optionally we can add support for:

  • Easy integration of embeddings for categorical features
@daxiongshu
Copy link
Contributor

Done:

  • fixed slowdown issues due to fit_intercept and normalize when fitting dask_glm.
  • end-to-end dask-cudf ETL + dask_glm runs without errors on criteo 1tb benchmark.

To do:

  • check correctness of dask_glm against glm models of dask_ml and sklearn.
  • measure the speedup of dask_glm on criteo data over cpu baseline.

@beckernick
Copy link
Member

I believe #3512 closed this issue. Is that correct @daxiongshu ?

@daxiongshu
Copy link
Contributor

yes, thank you!

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

3 participants