Skip to content

GridsearchCV with prescattered data #516

@quasiben

Description

@quasiben

During a recent debug session with @TomAugspurger we thought that dask-ml could take advantage of data which was pre-scattered:

client.scatter(data, broadcast=True)

Current understanding is that dask-ml will not take advantage of pre-scatter data as the call to KFold will chop up data and not see the cached data on the workers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions