Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SLEP006 - equal requests? {fit, partial_fit}, {predict, predict_proba, predict_log_proba, decision_function} #22988

Closed
@adrinjalali

Description

@adrinjalali

Raised in #22986 (comment) the question is whether these two sets of methods should always accept the same metadata:

  • fit and partial_fit
  • predict, predict_proba, predict_log_proba, and decision_function.

I think they should, and I suggest we add a common test for them accepting the same metadata, and only have set_fit_request and set_predict_request exposed to users.

cc @jnothman

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