Skip to content

Add possibility to disable logging of etna.models.SARIMAXModel #1305

@Mr-Geekman

Description

@Mr-Geekman

🚀 Feature Request

Currently model etna.models.SARIMAXModel produces a lot of logs during fitting. We should give a possibility to disable it.

Proposal

Add parameter fit_params, that should accept Optional[Dict[str, Any]] = None and pass given parameters into fit in etna.models.sarimax._SARIMAXAdapter._get_fit_results.

Add in documentation that this parameter can be used to suppress logging. It can be done like this.

I don't think that this change of the signature can lead to breaking change.

Test cases

We should make sure that given parameters are passed into the model.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions