-
Notifications
You must be signed in to change notification settings - Fork 120
Description
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.