Skip to content

scikit-learn compatibility API #460

Closed
@glemaitre

Description

@glemaitre

We need to address the following API issues raised by @jnothman:

  • fit_sample is not a great name, as I have argued elsewhere ;)
  • The fact that imblearn.pipeline.Pipeline has a method called sample that fits its constituents (using fit_sample) rings loud alarm bells. IMO, the sample method should not exist.
  • fit_sample needs, eventually, to be able to update things other than X and y (e.g. weights).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions