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

[WIP] Use dask.delayed within fit #730

Merged
merged 34 commits into from Aug 29, 2018
Merged

Commits on Jul 15, 2018

  1. Configuration menu
    Copy the full SHA
    8cb1fae View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Configuration menu
    Copy the full SHA
    2e1b373 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2018

  1. Fixup fail side

    TomAugspurger committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    51cf0cd View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. Fixed return shape

    TomAugspurger committed Aug 6, 2018
    Configuration menu
    Copy the full SHA
    d1d10a0 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2018

  1. Reuse dask-ml

    TomAugspurger committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    7e7e68f View commit details
    Browse the repository at this point in the history
  2. configurable delayed

    TomAugspurger committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    d06edd6 View commit details
    Browse the repository at this point in the history
  3. typo

    TomAugspurger committed Aug 7, 2018
    Configuration menu
    Copy the full SHA
    6d370ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8808c77 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. toggle approach

    TomAugspurger committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    5d21024 View commit details
    Browse the repository at this point in the history
  2. wip

    TomAugspurger committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    439ae5c View commit details
    Browse the repository at this point in the history
  3. chunking

    TomAugspurger committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    d9aca85 View commit details
    Browse the repository at this point in the history
  4. assign

    TomAugspurger committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    b919bed View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2018

  1. push debugging code

    TomAugspurger committed Aug 9, 2018
    Configuration menu
    Copy the full SHA
    54011ff View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. some cleanup, tests

    TomAugspurger committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    2050b2d View commit details
    Browse the repository at this point in the history
  2. some cleanup, tests

    TomAugspurger committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    2577d08 View commit details
    Browse the repository at this point in the history
  3. Docs

    TomAugspurger committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    36b2d23 View commit details
    Browse the repository at this point in the history
  4. dependencies

    TomAugspurger committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    3ba6082 View commit details
    Browse the repository at this point in the history
  5. Bump dask-ml version

    TomAugspurger committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    c378519 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. debugging CI

    TomAugspurger committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    2eb71dd View commit details
    Browse the repository at this point in the history
  2. debugging CI

    TomAugspurger committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    4ca3b95 View commit details
    Browse the repository at this point in the history
  3. debugging

    TomAugspurger committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    ef325b4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Handle training errors

    TomAugspurger committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    a3102ac View commit details
    Browse the repository at this point in the history
  2. Try dask-ml master

    TomAugspurger committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    3144977 View commit details
    Browse the repository at this point in the history
  3. test

    TomAugspurger committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    a80888f View commit details
    Browse the repository at this point in the history
  4. Trigger CI

    TomAugspurger committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    6a85646 View commit details
    Browse the repository at this point in the history
  5. Trigger CI

    TomAugspurger committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    22226f2 View commit details
    Browse the repository at this point in the history
  6. remove pythonhashseed

    TomAugspurger committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    84b4474 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. print debug

    TomAugspurger committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    ea3a1bd View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. Try single-threaded

    TomAugspurger committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    d9b4d9a View commit details
    Browse the repository at this point in the history
  2. smaller

    TomAugspurger committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    4342853 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d279253 View commit details
    Browse the repository at this point in the history
  4. skip that test

    TomAugspurger committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    ac6b770 View commit details
    Browse the repository at this point in the history
  5. Install from git

    TomAugspurger committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    b3342fb View commit details
    Browse the repository at this point in the history
  6. Doc / cleanup

    TomAugspurger committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    3d2fcd1 View commit details
    Browse the repository at this point in the history