Skip to content

Add sample weights support for sk-learn models #17

@ablaom

Description

@ablaom

Here is a list of sk-learn models that can take sample weights in training: JuliaAI/MLJ.jl#327

The MLJ API supports sample weights; the convention is to overload fit(model, verbosity, X, y, w) where w is a vector of weights (with same length as y). Search for sample weights in the docs

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