Skip to content

AutoSklearn2Classifier.fit() contains metric #1585

Open
@tornede

Description

@tornede

Describe the bug

The fit-method of the AutoSklearn2Classifier contains a parameter metric, which is not used, and probably should not be there due to the according parameter in the constructor.

To Reproduce

Steps to reproduce the behavior:

  1. Go to AutoSklearn2Classifier.fit()
  2. Find the unused method parameter metric in the signature of that method.

Expected behavior

The metric parameter should be defined in the constructor, and not be given to the fit()-method.

Actual behavior, stacktrace or logfile

The metric parameter can be given to the fit() method, but is not used anywhere there.

Environment and installation:

None.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions