MCPcopy Create free account

hub / github.com/unit8co/darts / functions

Functions3,734 in github.com/unit8co/darts

Method__init__
Applies the transform `transformed_series = scale * series + translation`. Parameters ---------- sca
darts/tests/dataprocessing/transformers/test_base_data_transformer.py:14
Method__init__
Subtracts off the time-averaged mean of each component in a `TimeSeries`. If `global_fit` is `True`, then all of the `TimeSe
darts/tests/dataprocessing/transformers/test_invertible_fittable_data_transformer.py:537
Method__init__
Applies the (invertible) transform `transformed_series = scale * series + translation`. Parameters ----------
darts/tests/dataprocessing/transformers/test_invertible_data_transformer.py:16
Method__init__
Subtracts off the time-averaged mean of each component in a `TimeSeries`. If `global_fit` is `True`, then all of the `TimeSe
darts/tests/dataprocessing/transformers/test_fittable_data_transformer.py:356
Method__init__
(self)
darts/tests/utils/test_callbacks.py:34
Method__init__
(self, some_params=None, **kwargs)
darts/tests/utils/test_utils_torch.py:19
Method__init__
(self, *args, **kwargs)
darts/tests/utils/historical_forecasts/test_historical_forecasts.py:4641
Method__init__
(self, **kwargs)
darts/tests/models/forecasting/test_block_RNN.py:33
Method__init__
(self, count_default)
darts/tests/models/forecasting/test_ptl_trainer.py:234
Method__init__
(self, **kwargs)
darts/tests/models/forecasting/test_RNN.py:28
Method__init__
(self, positional_param, named_param=0, *args, **kwargs)
darts/tests/models/forecasting/test_torch_forecasting_model.py:1512
Method__init__
(self, activate_mc_dropout)
darts/tests/models/forecasting/test_torch_forecasting_model.py:1970
Method__init__
(self, gap_to_one: int)
darts/tests/models/forecasting/test_classifier_model.py:1173
Method__init__
(self, K: int)
darts/tests/models/forecasting/test_regression_ensemble_model.py:39
Method__init__
IQR Detector Flags values that lie outside of the interquartile range (IQR) by more than a certain factor of IQR's value as anomalies
darts/ad/detectors/iqr_detector.py:24
Method__init__
Threshold Detector Flags values that are either below or above the `low_threshold` and `high_threshold`, respectively. If a
darts/ad/detectors/threshold_detector.py:22
Method__init__
(self, *args: Any, **kwargs: Any)
darts/ad/detectors/detectors.py:115
Method__init__
Quantile Detector Flags values that are either below or above the `low_quantile` and `high_quantile` quantiles of historical data, re
darts/ad/detectors/quantile_detector.py:23
Method__init__
k-means Scorer When calling `fit(series)`, a moving window is applied, which results in a set of vectors of size `W`, where `W` is th
darts/ad/scorers/kmeans_scorer.py:24
Method__init__
NLL Gamma Scorer Parameters ---------- window Integer value indicating the size of the window W used by the score
darts/ad/scorers/nll_gamma_scorer.py:18
Method__init__
Difference Scorer
darts/ad/scorers/difference_scorer.py:16
Method__init__
Wasserstein Scorer When calling `fit(series)`, a moving window is applied, which results in a set of vectors of size `W`, where `W` i
darts/ad/scorers/wasserstein_scorer.py:28
Method__init__
NLL Cauchy Scorer
darts/ad/scorers/nll_cauchy_scorer.py:18
Method__init__
PyOD Scorer When calling ``fit(series)``, a moving window is applied, which results in a set of vectors of size `W`, where `W` is the
darts/ad/scorers/pyod_scorer.py:21
Method__init__
NLL Gaussian Scorer Parameters ---------- window Integer value indicating the size of the window W used by the sc
darts/ad/scorers/nll_gaussian_scorer.py:18
Method__init__
Norm Scorer Returns the element-wise norm of a given order between two series' values. If `component_wise` is `False`, the norm is c
darts/ad/scorers/norm_scorer.py:18
Method__init__
NLL Laplace Scorer Parameters ---------- window Integer value indicating the size of the window W used by the sco
darts/ad/scorers/nll_laplace_scorer.py:18
Method__init__
NLL Exponential Scorer Parameters ---------- window Integer value indicating the size of the window W used by the
darts/ad/scorers/nll_exponential_scorer.py:18
Method__init__
Parameters ---------- is_univariate Whether the scorer is a univariate scorer. window Integer
darts/ad/scorers/scorers.py:44
Method__init__
Parameters ---------- is_univariate Whether the scorer is a univariate scorer. window Integer
darts/ad/scorers/scorers.py:346
Method__init__
Parameters ---------- is_univariate Whether the scorer is a univariate scorer. If `True` and when using multivari
darts/ad/scorers/scorers.py:755
Method__init__
NLL Poisson Scorer Parameters ---------- window Integer value indicating the size of the window W used by the sco
darts/ad/scorers/nll_poisson_scorer.py:18
Method__init__
Filtering-based Anomaly Detection Model The filtering model may or may not be already fitted. The underlying assumption is that this model
darts/ad/anomaly_model/filtering_am.py:30
Method__init__
(self, model, scorer)
darts/ad/anomaly_model/anomaly_model.py:33
Method__init__
Forecasting-based Anomaly Detection Model The forecasting model must be a `GlobalForecastingModel` that may or may not be already fitted. The
darts/ad/anomaly_model/forecasting_am.py:33
Method__init__
OR Aggregator Aggregator that identifies a time step as anomalous if any of the components is flagged as anomalous (logical OR).
darts/ad/aggregators/or_aggregator.py:14
Method__init__
AND Aggregator Aggregator that identifies a time step as anomalous if all the components are flagged as anomalous (logical AND).
darts/ad/aggregators/and_aggregator.py:14
Method__init__
Ensemble scikit-learn aggregator Aggregator wrapped around the sklearn ensemble model `sklearn ensemble model <https://scikit-learn.o
darts/ad/aggregators/ensemble_sklearn_aggregator.py:17
Method__init__
(self)
darts/ad/aggregators/aggregators.py:143
Method__init__
(self)
darts/datasets/datasets.py:37
Method__init__
(self)
darts/datasets/datasets.py:57
Method__init__
(self)
darts/datasets/datasets.py:85
Method__init__
(self)
darts/datasets/datasets.py:108
Method__init__
(self)
darts/datasets/datasets.py:126
Method__init__
(self)
darts/datasets/datasets.py:152
Method__init__
(self)
darts/datasets/datasets.py:169
Method__init__
(self)
darts/datasets/datasets.py:186
Method__init__
(self)
darts/datasets/datasets.py:204
Method__init__
(self)
darts/datasets/datasets.py:231
Method__init__
(self)
darts/datasets/datasets.py:257
Method__init__
(self)
darts/datasets/datasets.py:274
Method__init__
(self)
darts/datasets/datasets.py:298
Method__init__
(self)
darts/datasets/datasets.py:342
Method__init__
(self)
darts/datasets/datasets.py:377
Method__init__
(self)
darts/datasets/datasets.py:412
Method__init__
(self)
darts/datasets/datasets.py:447
Method__init__
(self)
darts/datasets/datasets.py:482
Method__init__
(self)
darts/datasets/datasets.py:507
Method__init__
Parameters ---------- multivariate: bool Whether to return a single multivariate timeseries - if False returns a
darts/datasets/datasets.py:537
Method__init__
Parameters ---------- sample_freq: str The sampling frequency of the data. Can be "hourly" or "daily". Default is
darts/datasets/datasets.py:608
Method__init__
(self, multivariate: bool = True)
darts/datasets/datasets.py:722
Method__init__
Parameters ---------- multivariate: bool Whether to return a single multivariate timeseries - if False returns a
darts/datasets/datasets.py:754
Method__init__
Parameters ---------- multivariate: bool Whether to return a single multivariate timeseries - if False returns a
darts/datasets/datasets.py:791
Method__init__
Parameters ---------- multivariate: bool Whether to return a single multivariate timeseries - if False returns a
darts/datasets/datasets.py:831
Method__init__
(self)
darts/datasets/datasets.py:957
Method__init__
(self, metadata: DatasetLoaderMetadata, root_path: Path | None = None)
darts/datasets/dataset_loaders.py:202
Method__init__
(self, config: _ResidualBlockConfig)
darts/models/components/timesfm2p5_submodels.py:115
Method__init__
( self, embedding_dims: int, min_timescale: float = 1.0, max_timescale: float
darts/models/components/timesfm2p5_submodels.py:175
Method__init__
(self, num_dims: int)
darts/models/components/timesfm2p5_submodels.py:247
Method__init__
( self, num_heads: int, in_features: int, *, use_per_dim_scale: bool =
darts/models/components/timesfm2p5_submodels.py:262
Method__init__
(self, config: _TransformerConfig)
darts/models/components/timesfm2p5_submodels.py:376
Method__init__
( self, dim: int = -1, std_min: float = 1e-5, max_val: float = 100, us
darts/models/components/patchtst_fm_submodels.py:28
Method__init__
(self, d_in: int, d_out: int, d_hidden: int)
darts/models/components/patchtst_fm_submodels.py:92
Method__init__
(self, d_model: int, max_len: int = 5000, kind: str = "add")
darts/models/components/patchtst_fm_submodels.py:106
Method__init__
( self, in_dim: int, out_dim: int, hidden_dim: int = 384, dropout: flo
darts/models/components/patchtst_fm_submodels.py:168
Method__init__
( self, dim: int, num_heads: int = 8, qkv_bias: bool = False, qk_norm:
darts/models/components/patchtst_fm_submodels.py:191
Method__init__
( self, d_model: int, num_heads: int, mlp_ratio: float = 4.0, dropout:
darts/models/components/patchtst_fm_submodels.py:242
Method__init__
HuggingFaceConnector enables loading a model configuration and weights from HuggingFace Hub. This class provides methods to download the mode
darts/models/components/huggingface_connector.py:21
Method__init__
(self, d_model: int, d_ff: int, dropout: float = 0.1)
darts/models/components/glu_variants.py:28
Method__init__
(self, d_model: int, d_ff: int, dropout: float = 0.1)
darts/models/components/glu_variants.py:39
Method__init__
(self, d_model: int, d_ff: int, dropout: float = 0.1)
darts/models/components/glu_variants.py:50
Method__init__
(self, d_model: int, d_ff: int, dropout: float = 0.1)
darts/models/components/glu_variants.py:61
Method__init__
(self, d_model: int, d_ff: int, dropout: float = 0.1)
darts/models/components/glu_variants.py:72
Method__init__
(self, d_model: int, d_ff: int, dropout: float = 0.1)
darts/models/components/glu_variants.py:81
Method__init__
(self, patch_size: int, patch_stride: int)
darts/models/components/chronos2_submodels.py:47
Method__init__
(self, eps: float = 1e-5, use_arcsinh: bool = False)
darts/models/components/chronos2_submodels.py:74
Method__init__
( self, in_dim: int, h_dim: int, out_dim: int, act_fn_name: str,
darts/models/components/chronos2_submodels.py:120
Method__init__
(self, dim: int, base: float = 10000)
darts/models/components/chronos2_submodels.py:168
Method__init__
Construct a layernorm module in the T5 style. No bias and no subtraction of mean.
darts/models/components/chronos2_submodels.py:408
Method__init__
( self, d_model: int, d_kv: int, num_heads: int, dropout_rate: float,
darts/models/components/chronos2_submodels.py:428
Method__init__
( self, d_model: int, d_kv: int, num_heads: int, dropout_rate: float,
darts/models/components/chronos2_submodels.py:471
Method__init__
( self, d_model: int, d_ff: int, dropout_rate: float, dense_act_fn: st
darts/models/components/chronos2_submodels.py:515
Method__init__
( self, d_model: int, d_ff: int, dropout_rate: float, dense_act_fn: st
darts/models/components/chronos2_submodels.py:543
Method__init__
( self, d_model: int, d_kv: int, d_ff: int, num_heads: int, dr
darts/models/components/chronos2_submodels.py:577
Method__init__
( self, d_model: int, d_kv: int, d_ff: int, num_heads: int, dr
darts/models/components/chronos2_submodels.py:649
Method__init__
Parameters ---------- ffn One of Darts' Position-wise Feed-Forward Network variants from darts.models.components.
darts/models/components/transformer.py:41
Method__init__
(self, dim, eps=1e-8)
darts/models/components/layer_norm_variants.py:41
Method__init__
(self, input_size, **kwargs)
darts/models/components/layer_norm_variants.py:53
Method__init__
(self, input_size, **kwargs)
darts/models/components/layer_norm_variants.py:58
Method__init__
FFN module [1]_. Parameters ---------- d_model The number of features in a token embedding. d_ff
darts/models/components/feed_forward.py:62
← previousnext →1,101–1,200 of 3,734, ranked by callers