ExponentialSmoothing Exporter Module¶
-
class
ExponentialSmoothingToPMML
(results_obj=None, pmml_file_name='from_ExponentialSmoothing.pmml', model_name=None, description=None)[source]¶ Bases:
object
Write a PMML file using model-object, model-parameters and time series data. Models are built using Statsmodels.
- results_obj:
- Instance of HoltWintersResults from statsmodels
- pmml_file_name: string
- Name of the PMML
- model_name : string (optional)
- Name of the model
- description : string (optional)
- Description of the model