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

Add sample weights support for sk-learn models #17

Open
ablaom opened this issue Oct 14, 2020 · 0 comments
Open

Add sample weights support for sk-learn models #17

ablaom opened this issue Oct 14, 2020 · 0 comments

Comments

@ablaom
Copy link
Member

ablaom commented Oct 14, 2020

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

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

1 participant