Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/unit8co/darts
/ functions
Functions
3,734 in github.com/unit8co/darts
⨍
Functions
3,734
◇
Types & classes
510
↳
Endpoints
59
Method
init_predict_tqdm
Override this to customize the tqdm bar for predicting.
darts/utils/callbacks.py:82
Method
init_sanity_tqdm
Override this to customize the tqdm bar for the validation sanity run.
darts/utils/callbacks.py:71
Method
init_size
(self, n: int, m: int)
darts/dataprocessing/dtw/window.py:372
Method
init_train_tqdm
Override this to customize the tqdm bar for training.
darts/utils/callbacks.py:94
Method
init_validation_tqdm
Override this to customize the tqdm bar for validation.
darts/utils/callbacks.py:106
Method
input_chunk_length
(self)
darts/models/forecasting/torch_forecasting_model.py:2540
Method
input_size
(self)
darts/models/forecasting/tft_submodels.py:107
Method
input_size_total
(self)
darts/models/forecasting/tft_submodels.py:481
Method
intercept_fit_args
(*args, **kwargs)
darts/tests/utils/historical_forecasts/test_historical_forecasts.py:4254
Method
intercept_fit_args
(*args, verbose=False, **kwargs)
darts/tests/models/forecasting/test_sklearn_models.py:3970
Method
intercept_fit_args
(*args, verbose=False, **kwargs)
darts/tests/models/forecasting/test_classifier_model.py:716
Function
intersection_func
(series_or_times_1, series_or_times_2)
darts/utils/data/tabularization/tabularization.py:1825
Function
interval_support
This decorator adds support for quantile interval metrics with sanity checks, processing, and extraction of quantiles from the intervals.
darts/metrics/utils.py:76
Method
intvl
(start, end)
darts/timeseries.py:2342
Method
invalid_callable
(index)
darts/tests/dataprocessing/encoders/test_encoders.py:990
Method
inverse
( self, x: torch.Tensor, loc_scale: tuple[torch.Tensor, torch.Tensor] )
darts/models/components/chronos2_submodels.py:102
Method
inverse_func
(x)
darts/tests/dataprocessing/transformers/test_mappers.py:16
Method
inverse_ts_func
(ts, x)
darts/tests/dataprocessing/transformers/test_mappers.py:24
Method
invertible
Returns whether the pipeline is invertible or not. A pipeline is invertible if all transformers in the pipeline are themselves invert
darts/dataprocessing/pipeline.py:244
Function
io_processor
Applies some input / output processing to PLForecastingModule.forward. Note that this wrapper must be added to each of PLForecastingModule's subc
darts/models/forecasting/pl_forecasting_module.py:33
Method
is_deterministic
Whether the series is deterministic.
darts/timeseries.py:1638
Method
is_probabilistic
Whether the series is stochastic (probabilistic).
darts/timeseries.py:1648
Method
is_probabilistic
Whether the scorer expects a probabilistic prediction as the first input.
darts/ad/scorers/scorers.py:239
Method
is_probabilistic
(self)
darts/ad/scorers/scorers.py:941
Method
is_stochastic
Whether the series is stochastic (probabilistic).
darts/timeseries.py:1643
Method
is_trainable
Whether the scorer is trainable.
darts/ad/scorers/scorers.py:249
Method
is_trainable
Whether the Scorer is trainable.
darts/ad/scorers/scorers.py:646
Method
is_univariate
Whether the series is univariate.
darts/timeseries.py:1653
Method
is_univariate
Whether the Scorer is a univariate scorer.
darts/ad/scorers/scorers.py:244
Function
is_valid
(cell)
darts/dataprocessing/dtw/dtw.py:79
Method
is_within_range
Whether the given timestamp or integer is within the time interval of the series. `ts` does not need to be an element of the series' time ind
darts/timeseries.py:3753
Function
iw
Interval Width (IW). IL gives the width / length of predicted quantile intervals. For the true series :math:`y` and predicted stochastic or
darts/metrics/metrics.py:3331
Function
iws
Interval Winkler Score (IWS) [1]_. IWS gives the length / width of the quantile intervals plus a penalty if the observation is outside the interv
darts/metrics/metrics.py:3533
Method
lagged_feature_names
The lagged feature names the model has been trained on. The naming convention for target, past and future covariates is: ``"{name}_{type}_lag
darts/models/forecasting/sklearn_model.py:1478
Method
lagged_label_names
The lagged label name for the model's estimators. The naming convention is: ``"{name}_target_hrz{i}"``, where: - ``{name}`` the
darts/models/forecasting/sklearn_model.py:1496
Method
last_value
Last value of the univariate series. Returns ------- float The last value of this univariate deterministic time s
darts/timeseries.py:2025
Method
likelihood
(self)
darts/models/forecasting/sklearn_model.py:1510
Method
likelihood
Returns the likelihood (if any) that the model uses for probabilistic forecasts.
darts/models/forecasting/forecasting_model.py:222
Method
likelihood
(self)
darts/models/forecasting/sf_model.py:418
Method
likelihood
(self)
darts/models/forecasting/torch_forecasting_model.py:2532
Method
likelihood
(self)
darts/models/forecasting/conformal_models.py:1584
Method
load
Loads a model from a given path or file handle. Parameters ---------- path Path or file handle from whic
darts/models/forecasting/forecasting_model.py:2726
Method
load
Loads a model from a given path or file handle. Parameters ---------- path Path or file handle from whic
darts/models/forecasting/conformal_models.py:1439
Method
low_threshold
(self)
darts/ad/detectors/threshold_detector.py:103
Method
low_threshold
(self)
darts/ad/detectors/detectors.py:280
Method
low_threshold
(self)
darts/ad/detectors/quantile_detector.py:121
Method
make_series
(idx, country)
darts/tests/dataprocessing/transformers/test_static_covariates_transformer.py:378
Method
map_cols
(comps, name, suffix)
darts/explainability/tft_explainer.py:567
Function
marre
Mean Absolute Ranged Relative Error (MARRE). For the true series :math:`y` and predicted series :math:`\\hat{y}` of length :math:`T`, it is compu
darts/metrics/metrics.py:2243
Function
mase
Mean Absolute Scaled Error (MASE) (see [1]_ for more information on scaled forecasting errors). It is the Mean Absolute Error (MAE) scaled by the
darts/metrics/metrics.py:544
Method
mc_dropout_enabled
(self)
darts/utils/torch.py:48
Function
mcrps
Mean Continuous Ranked Probability Score (MCRPS). MCRPS is a proper scoring rule that generalises the Mean Absolute Error (MAE) to probabilistic
darts/metrics/metrics.py:3230
Function
merr
Mean Error (MERR). For the true series :math:`y` and predicted series :math:`\\hat{y}` of length :math:`T`, it is computed per component/colu
darts/metrics/metrics.py:140
Method
metadata
The metadata of this series. If defined, the metadata is given as a dictionary.
darts/timeseries.py:1577
Function
metric_autc
Reference implementation for AUTC metric.
darts/tests/metrics/test_metrics.py:162
Function
metric_cov
(y_true, y_pred, **kwargs)
darts/tests/metrics/test_metrics.py:54
Function
metric_f1
(y_true, y_pred)
darts/tests/metrics/test_metrics.py:158
Function
metric_ic
(y_true, y_pred, q_interval=None, **kwargs)
darts/tests/metrics/test_metrics.py:116
Function
metric_incs_qr
(y_true, y_pred, q_interval=None, **kwargs)
darts/tests/metrics/test_metrics.py:129
Function
metric_iw
(y_true, y_pred, q_interval=None, **kwargs)
darts/tests/metrics/test_metrics.py:82
Function
metric_iws
(y_true, y_pred, q_interval=None, **kwargs)
darts/tests/metrics/test_metrics.py:95
Function
metric_macc
(y_true, y_pred)
darts/tests/metrics/test_metrics.py:142
Function
metric_marre
(y_true, y_pred, **kwargs)
darts/tests/metrics/test_metrics.py:64
Function
metric_ope
(y_true, y_pred, **kwargs)
darts/tests/metrics/test_metrics.py:48
Function
metric_precision
(y_true, y_pred)
darts/tests/metrics/test_metrics.py:152
Function
metric_recall
(y_true, y_pred)
darts/tests/metrics/test_metrics.py:146
Function
metric_residuals
(y_true, y_pred, **kwargs)
darts/tests/metrics/test_metrics.py:26
Function
metric_rmsle
(y_true, y_pred, **kwargs)
darts/tests/metrics/test_metrics.py:74
Function
metric_smape
(y_true, y_pred, **kwargs)
darts/tests/metrics/test_metrics.py:38
Function
metric_wmape
(y_true, y_pred, **kwargs)
darts/tests/metrics/test_metrics.py:32
Method
min_train_samples
(self)
darts/models/forecasting/sklearn_model.py:622
Method
min_train_samples
(self)
darts/models/forecasting/rnn_model.py:629
Method
min_train_samples
The minimum number of samples for training the model.
darts/models/forecasting/forecasting_model.py:488
Method
min_train_samples
(self)
darts/models/forecasting/forecasting_model.py:2961
Method
min_train_samples
(self)
darts/models/forecasting/torch_forecasting_model.py:2580
Method
min_train_samples
(self)
darts/models/forecasting/ensemble_model.py:638
Method
min_train_samples
(self)
darts/models/forecasting/conformal_models.py:1536
Method
min_train_series_length
The minimum required length for the training series.
darts/models/forecasting/forecasting_model.py:480
Function
mincs_qr
Mean Interval Non-Conformity Score for Quantile Regression (MINCS_QR). MINCS_QR gives the time-aggregated INCS_QR :func:`~darts.metrics.metrics.i
darts/metrics/metrics.py:4081
Function
miw
Mean Interval Width (MIW). MIW gives the time-aggregated width / length of predicted quantile intervals. For the true series :math:`y` and p
darts/metrics/metrics.py:3436
Function
miws
Mean Interval Winkler Score (IWS) [1]_. MIWS gives the time-aggregated length / width of the quantile intervals plus a penalty if the observation
darts/metrics/metrics.py:3665
Function
mock_download
( repo_id: str, filename: str, revision: str | None, local_dir: str | Path | None, **kwarg
darts/tests/models/forecasting/test_foundation.py:41
Method
model_created
(self)
darts/models/forecasting/torch_forecasting_model.py:2524
Method
model_params
(self)
darts/models/forecasting/forecasting_model.py:2653
Function
mpl_safe_plotting
Patches plt.show() and closes all plots / figures from memory at the end of the test.
darts/tests/conftest.py:104
Function
mql
Mean Quantile Loss (MQL). Also known as Pinball Loss. QL is a metric that quantifies the accuracy of a specific quantile :math:`q` from the p
darts/metrics/metrics.py:3015
Function
mse
Mean Squared Error (MSE). For the true series :math:`y` and predicted series :math:`\\hat{y}` of length :math:`T`, it is computed per compone
darts/metrics/metrics.py:767
Function
msse
Mean Squared Scaled Error (MSSE) (see [1]_ for more information on scaled forecasting errors). It is the Mean Squared Error (MSE) scaled by the M
darts/metrics/metrics.py:986
Function
multi_ts_support
This decorator further adapts the metrics that took as input two (or three for scaled metrics with `insample`) univariate/multivariate ``Time
darts/metrics/utils.py:161
Function
multivariate_support
This decorator transforms a metric function that takes as input two univariate TimeSeries instances into a function that takes two equally-si
darts/metrics/utils.py:328
Method
n_components
The number of components (columns) in the series.
darts/timeseries.py:1628
Method
n_samples
The number of samples contained in the series.
darts/timeseries.py:1623
Method
n_timesteps
The number of time steps in the series.
darts/timeseries.py:1618
Method
name
Name of the data transformer.
darts/dataprocessing/transformers/base_data_transformer.py:720
Method
num_inputs
(self)
darts/models/forecasting/tft_submodels.py:488
Method
num_parameters
Returns the number of distribution parameters for a single target value.
darts/utils/likelihood_models/base.py:102
Method
numeric_static_variables
List of numeric static variables in model
darts/models/forecasting/tft_model.py:351
Function
objective
(trial: optuna.trial.Trial)
darts/tests/utils/test_callbacks.py:84
Method
objective
(trial)
darts/tests/optional_deps/test_optuna.py:47
Method
on_fit_end
(self)
darts/models/forecasting/pl_forecasting_module.py:312
← previous
next →
1,901–2,000 of 3,734, ranked by callers