Skip to content

More consistent naming #40

@mancellin

Description

@mancellin

To avoid giving different names to the same thing or the same name to different things

model = ModelEvaluation(estimator=ms.best_model_)

could be changed to something like

model_evaluation = ModelEvaluation(model=ms.best_model_)

Also for consistency, one might consider having either

  • ModelSelection and ModelEvaluation
  • or ModelSelector and ModelEvaluator

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