Skip to content

Improve roc to work better with dask #908

@nicholasloveday

Description

@nicholasloveday

Currently in the roc function, if you want to use dask you need to do check_args=False.

The checks need improving as:

  1. Some checks are not lazy.
  2. Other checks call .item() which isn't a valid method on dask arrays.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions