Skip to content

ModelSelector docstrings reference a removed "DataFrame mode" #10

Description

@chripiermarini

src/forecasting/evaluation/model_selector.py docstrings describe two modes — a "DataFrame mode (legacy pipeline)" and a "tuple-list mode (per-destination pipeline)" — but only select_best_from_tuples exists in the current implementation.

The DataFrame-mode methods (select_best, select_best_from_dataframe, rank_models) were already removed in an earlier cleanup.

Tasks:

  • Update the class/method docstrings to describe only the current tuple-list API.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions