PyAutoForecast
Public Member Functions | Public Attributes | List of all members
PyAutoForecast.SignalDecomposition.SignalDecomposition.cSignalDecomposition Class Reference

Public Member Functions

def __init__ (self)
 
def needQuantile (self, df, i)
 
def validateTransformation (self, transf)
 
def defineTransformations (self, df)
 
def train_threaded (self, iInputDS, iTime, iSignal, iHorizon)
 
def train_multiprocessed (self, iInputDS, iTime, iSignal, iHorizon)
 
def train_not_threaded (self, iInputDS, iTime, iSignal, iHorizon)
 
def createBestModelFrame (self)
 
def plotModelForecasts (self, df)
 
def collectPerformanceIndices (self)
 
def train (self, iInputDS, iTime, iSignal, iHorizon)
 
def forecast (self, iInputDS, iHorizon)
 
def getModelFormula (self)
 
def getModelInfo (self)
 
def to_json (self)
 
def standrdPlots (self)
 

Public Attributes

 mSigDecByTranform
 
 mOptions
 
 mTransformList
 
 mBestModelFrame
 
 mFitPerf
 
 mForecastPerf
 
 mTestPerf
 
 mTrPerfDetails
 
 mBestTransformationName
 
 mBestTransformation
 

The documentation for this class was generated from the following file: