Skip to content

Modularizing Model Containers #1209

@ngupta23

Description

@ngupta23

To make more clear and clean the __init__ of the ArimaContainer, is it possible to decompose this process into methods that get called in the __init__ ?. For example return_order_related_params can be a method of this class called during init

class ArimaContainer(TimeSeriesContainer):

    def __init__():
          ....
         self.return_order_related_params()

    def return_order_related_params(self):

Originally posted by @TremaMiguel in #1198 (comment)

Metadata

Metadata

Labels

time_seriesTopics related to the time series

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions