Skip to content

MultistageForecastTemplate does not work #144

Description

@dubroviv

Updated to the latest version of greykite 1.1.0 and encountered an error when using the SILVERKITE_TWO_STAGE model template.

MultistageForecastTemplate line 65 - AttributeError: can't set attribute 'constants'. You have @Property def constants, but you don't have @constants.setter — it does self.constants = ... a prohibited action.

MultistageForecastTemplate line 69 - constants() — you call it as a function, but constants is an instance (not a callable object). This will cause a TypeError: 'MultistageForecastTemplateConstants' object is not callable.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions