MCPcopy Create free account

hub / github.com/ChangWeiTan/TS-Extrinsic-Regression / types & classes

Types & classes15 in github.com/ChangWeiTan/TS-Extrinsic-Regression

↓ 38 callersClassTsFileParseException
Should be raised when parsing a .ts file and the format is incorrect.
utils/data_loader.py:29
↓ 2 callersClassFPCATransformer
Apply FPCA on a set of time series to transform the series into a reduced dimension
transform/transformers.py:156
↓ 2 callersClassLinearRegressor
This is a wrapper for Linear models.
models/classical_models.py:397
↓ 1 callersClassPCATransformer
Apply PCA on a set of time series to transform the series into a reduced dimension
transform/transformers.py:78
↓ 1 callersClassRFRegressor
This is a wrapper for RandomForest model.
models/classical_models.py:190
↓ 1 callersClassSVRRegressor
This is a wrapper for SupportVectorRegression (SVR) model.
models/classical_models.py:90
↓ 1 callersClassTimeSeriesTransformer
This is a general class for transforming a time series, i.e. extracting features from a time series
transform/transformers.py:12
↓ 1 callersClassXGBoostRegressor
This is a wrapper for XGBoost.
models/classical_models.py:294
ClassDLRegressor
This is a superclass for Deep Learning models for Regression
models/deep_learning/deep_learning_models.py:41
ClassFCNRegressor
This is a class implementing the FCN model for time series regression. The code is adapted from https://github.com/hfawaz/dl-4-tsc designed f
models/deep_learning/fcn.py:6
ClassInceptionTimeRegressor
This is a class implementing a single InceptionTime model for time series regression. The code is adapted from https://github.com/hfawaz/Ince
models/deep_learning/inception.py:6
ClassRegressor
This is a super class for general machine learning regressors. It takes features extracted from the time series as input and passed to a regr
models/classical_models.py:10
ClassResNetRegressor
This is a class implementing the ResNet model for time series regression. The code is adapted from https://github.com/hfawaz/dl-4-tsc designe
models/deep_learning/resnet.py:6
ClassRocketRegressor
This is a class implementing Rocket for time series regression. The code is adapted by the authors from the original Rocket implementation at
models/rocket.py:117
ClassTimeSeriesRegressor
This is a super class for time series regressors
models/time_series_models.py:4