ArimaModel publish¶
-
publish
(self)¶ [ALPHA] Creates a tar file that will be used as input to the scoring engine
Parameters: Returns: : dict
Returns the HDFS path to the trained model’s tar file.
The publish method exports the ARIMA Model and its implementation into a tar file. The tar file is then published on HDFS and this method returns the path to to the tar file. The tar file serves as input to the scoring engine. This model can then be used to predict future values.
Examples
See here for examples.