Skip to content

Fatal error on SeasonalityMotifImputer transformer #218

@emobs

Description

@emobs

Sorry, hope these are true bugs and I'm not spamming you with errors here...

While running this model following the CurrentModels saved file:
{"model_number": 68, "model_name": "LastValueNaive", "model_param_dict": {}, "model_transform_dict": {"fillna": "SeasonalityMotifImputer", "transformations": {"0": "AlignLastValue", "1": "SinTrend"}, "transformation_params": {"0": {"rows": 1, "lag": 2, "method": "additive", "strength": 1.0, "first_value_only": false}, "1": {}}}}

The transformer throws an error:
autots/evaluator/auto_model.py:1152: SettingWithCopyWarning:
A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

With a narrower transformer list this error is not thrown so I'm sure the transformer is the cause. Please let me know if you need more information.

--edit--
Also on the SeasonalityMotifImputerLinMix transformer this error is thrown.

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