Skip to content

[BUG] Pass verbose to model fitting in historical_forecasts #2804

@turbotimon

Description

@turbotimon

Why can't I set fit_kwargs={"verbose": False} to historical backtest?

When I try, I get an error:

Image

ValueError: The following parameters cannot be passed in fit_kwargs: {'verbose'}. Make sure to pass them explicitly to the function/method.

When I only set the verbose, from the historical backtest params, the progress bar is still shown

Image

My goal is to not have the progress bar shown during training, which normally can be done with setting verbose in fit:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomerspr_welcomeOpen to be worked on

    Type

    No type

    Projects

    Status

    In review

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions