automl/auto-sklearn

How to give sample weights?

Open

#288 opened on May 24, 2017

View on GitHub
 (24 comments) (6 reactions) (0 assignees)Python (1,265 forks)batch import
Good first issueNeed contributorenhancement

Repository metrics

Stars
 (7,270 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Is there a way to give sample weights to the fit method? I see that the metrics can take it as an argument, but the fit method doesn't.

Contributor guide