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
test_bad_behavior_model_properties
(self, caplog)
darts/tests/models/forecasting/test_classifier_model.py:1109
Method
test_batch_predictions
(self)
darts/tests/models/forecasting/test_global_forecasting_models.py:709
Method
test_best_model
(self)
darts/tests/models/forecasting/test_4theta.py:58
Method
test_bfill
(self)
darts/tests/utils/test_missing_values.py:51
Method
test_bottom_up
(self)
darts/tests/dataprocessing/transformers/test_reconciliation.py:85
Method
test_bounded_detector_eval_metric_univariate
Verifying the performance of the bounded detectors on an univariate example
darts/tests/ad/test_detectors.py:406
Method
test_bounded_detector_performance_multivariate
TODO: improve these tests to introduce some correlation between actual and detected anomalies
darts/tests/ad/test_detectors.py:524
Method
test_bounded_detectors_parameters_broadcasting
If two values are given for low and high, and a series of width 2 is given, then the results must be the same as a detector that was given onl
darts/tests/ad/test_detectors.py:132
Method
test_boxbox_lambda
(self)
darts/tests/dataprocessing/transformers/test_boxcox.py:17
Method
test_boxcox_inverse
(self, component_mask)
darts/tests/dataprocessing/transformers/test_boxcox.py:62
Method
test_boxcox_multi_ts
(self)
darts/tests/dataprocessing/transformers/test_boxcox.py:78
Method
test_boxcox_multiple_calls_to_fit
This test checks whether calling the scaler twice is calculating new lambdas instead of keeping the old ones
darts/tests/dataprocessing/transformers/test_boxcox.py:100
Method
test_boxcox_transform
(self, component_mask)
darts/tests/dataprocessing/transformers/test_boxcox.py:42
Method
test_build_forecast_series_from_schema
(self, is_dt)
darts/tests/utils/test_timeseries_generation.py:638
Method
test_builtin_extended_trainer
(self)
darts/tests/models/forecasting/test_ptl_trainer.py:162
Method
test_calculation
(coef)
darts/tests/utils/test_timeseries_generation.py:326
Method
test_calibration_hfc_start_position_hist_fc
Test calibration historical forecast start point when calling `historical_forecasts()` with start format "position".
darts/tests/models/forecasting/test_conformal_model.py:1639
Method
test_calibration_hfc_start_predict
Test calibration historical forecast start point when calling `predict()` ("end" position).
darts/tests/models/forecasting/test_conformal_model.py:1602
Method
test_calibration_hfc_start_value_hist_fc
Test calibration historical forecast start point when calling `historical_forecasts()` with start format "value".
darts/tests/models/forecasting/test_conformal_model.py:1672
Method
test_call_backtest_naive_ensemble_local_models
(self)
darts/tests/models/forecasting/test_ensemble_models.py:267
Method
test_call_backtest_regression_ensemble_local_models
(self)
darts/tests/models/forecasting/test_regression_ensemble_model.py:590
Method
test_call_predict_different_covariates_support
(self)
darts/tests/models/forecasting/test_ensemble_models.py:544
Method
test_call_predict_global_models_multivariate_input_no_covariates
(self)
darts/tests/models/forecasting/test_ensemble_models.py:505
Method
test_call_predict_global_models_multivariate_input_with_covariates
(self)
darts/tests/models/forecasting/test_ensemble_models.py:515
Method
test_call_predict_global_models_univariate_input_no_covariates
(self)
darts/tests/models/forecasting/test_ensemble_models.py:492
Method
test_call_predict_local_models
(self)
darts/tests/models/forecasting/test_ensemble_models.py:259
Method
test_callable_encoder
Test `CallableIndexEncoder`
darts/tests/dataprocessing/encoders/test_encoders.py:908
Method
test_callable_encoder_multi_component_output
Test `CallableIndexEncoder` with a callable returning multiple components.
darts/tests/dataprocessing/encoders/test_encoders.py:980
Method
test_cannot_plot_different_index_types
(self, mpl_safe_plotting, config)
darts/tests/test_timeseries_plot.py:204
Method
test_categorical_features_passed_to_fit_correctly
Test whether the categorical features are passed to fit correctly
darts/tests/models/forecasting/test_sklearn_models.py:3937
Method
test_categorical_target_passed_to_fit_correctly
(self, clf_params)
darts/tests/models/forecasting/test_classifier_model.py:705
Method
test_check_seasonality
(self)
darts/tests/utils/test_statistics.py:33
Method
test_class_proba_likelihood_median_pred_is_same_than_no_likelihood
( self, clf_params )
darts/tests/models/forecasting/test_classifier_model.py:946
Method
test_class_probabilities_are_valid
Check class probabilities have correct shape and meaning in case of: - single series, univariate - single series, multivariat
darts/tests/models/forecasting/test_classifier_model.py:1019
Method
test_class_probability_component_names
(self)
darts/tests/models/forecasting/test_classifier_model.py:1223
Method
test_classification_metric
(self, config)
darts/tests/metrics/test_classification_metrics.py:50
Method
test_coefficient_of_variation
(self)
darts/tests/metrics/test_metrics.py:1161
Method
test_cols_cat_order_different_from_data
(self)
darts/tests/dataprocessing/transformers/test_static_covariates_transformer.py:213
Method
test_column_names
(self)
darts/tests/test_timeseries.py:447
Method
test_columns_subset
Tests if the `columns` argument correctly applies the transform only to the specified columns.
darts/tests/dataprocessing/transformers/test_base_data_transformer.py:120
Method
test_columns_subset
Tests if the `columns` argument correctly applies the transform and it's inverse only to the specified columns.
darts/tests/dataprocessing/transformers/test_invertible_fittable_data_transformer.py:213
Method
test_columns_subset
Tests if the `columns` argument correctly applies the transform and it's inverse only to the specified columns.
darts/tests/dataprocessing/transformers/test_invertible_data_transformer.py:184
Method
test_columns_subset
Tests if the `columns` argument correctly applies the transform only to the specified columns.
darts/tests/dataprocessing/transformers/test_fittable_data_transformer.py:148
Method
test_complete_monthly_to_quarterly
Tests if monthly series aligned with quarters is transformed into a quarterly series in the expected way.
darts/tests/dataprocessing/transformers/test_midas.py:50
Method
test_component_mask_transformation_all
(self, config)
darts/tests/dataprocessing/transformers/test_data_transformer.py:194
Method
test_component_mask_transformation_scaler
(self, mask_components)
darts/tests/dataprocessing/transformers/test_data_transformer.py:126
Method
test_component_specific_lags
Checking various combination of component-specific lags
darts/tests/models/forecasting/test_sklearn_models.py:2816
Method
test_component_specific_lags_forecasts
Verify that the same lags, defined using int/list or dictionaries yield the same results, including output_chunk_shift.
darts/tests/models/forecasting/test_sklearn_models.py:2655
Method
test_concat
(self)
darts/tests/test_timeseries.py:2884
Method
test_concatenate_component_different_time_axes_no_force
(self)
darts/tests/test_timeseries.py:2588
Method
test_concatenate_component_different_time_axes_with_force
(self)
darts/tests/test_timeseries.py:2604
Method
test_concatenate_component_different_time_axes_with_force_uneven_series
(self)
darts/tests/test_timeseries.py:2622
Method
test_concatenate_component_sunny_day
(self)
darts/tests/test_timeseries.py:2572
Method
test_concatenate_dim_component
test concatenation with static covariates along component dimension (axis=1) Along component dimension, we concatenate/transfer the s
darts/tests/test_timeseries_static_covariates.py:911
Method
test_concatenate_dim_samples
Test concatenation with static covariates along sample dimension (axis=2) Along sample dimension, we only take the static covariates
darts/tests/test_timeseries_static_covariates.py:1009
Method
test_concatenate_dim_time
Test concatenation with static covariates along time dimension (axis=0) Along time dimension, we only take the static covariates of t
darts/tests/test_timeseries_static_covariates.py:992
Method
test_concatenate_metadata
(self)
darts/tests/test_timeseries_static_covariates.py:1026
Method
test_concatenate_sample_sunny_day
(self)
darts/tests/test_timeseries.py:2642
Method
test_concatenate_time_different_time_axes_force
(self)
darts/tests/test_timeseries.py:2730
Method
test_concatenate_time_different_time_axes_no_force
(self)
darts/tests/test_timeseries.py:2714
Method
test_concatenate_time_different_time_axes_no_force_2_day_freq
(self)
darts/tests/test_timeseries.py:2748
Method
test_concatenate_time_same_time_force
(self)
darts/tests/test_timeseries.py:2696
Method
test_concatenate_time_same_time_no_force
(self)
darts/tests/test_timeseries.py:2680
Method
test_concatenate_time_sunny_day
(self)
darts/tests/test_timeseries.py:2662
Method
test_concatenate_timeseries_method
(self)
darts/tests/test_timeseries.py:2767
Method
test_conditional_seasonality
Test that conditional seasonality is correctly incorporated by the model
darts/tests/models/forecasting/test_prophet.py:257
Method
test_conformal_historical_forecast_start_stride
Tests naive conformal model with `start` being the first forecastable index is identical to a start before forecastable index (including strid
darts/tests/utils/historical_forecasts/test_historical_forecasts.py:3984
Method
test_conformal_historical_forecasts
Tests historical forecasts output naive conformal model with last points only, covariates, stride, different horizons and overlap end.
darts/tests/utils/historical_forecasts/test_historical_forecasts.py:3654
Method
test_conformal_historical_start_cal_length
Tests naive conformal model historical forecasts without `cal_stride`.
darts/tests/utils/historical_forecasts/test_historical_forecasts.py:3847
Method
test_conformal_model_predict_accuracy
Verifies that naive conformal model computes the correct intervals for: - different horizons (smaller, equal, larger than ocl) - uni/m
darts/tests/models/forecasting/test_conformal_model.py:747
Method
test_constant_timeseries
(self)
darts/tests/utils/test_timeseries_generation.py:26
Method
test_constructor_kwargs
Using kwargs to pass additional parameters to the constructor
darts/tests/models/forecasting/test_exponential_smoothing.py:47
Method
test_correct_generated_weights_exponential
Tests built in weights generation for: - varying target series sizes - with and without moving window tabularization - differe
darts/tests/utils/tabularization/test_create_lagged_training_data.py:2817
Method
test_correct_user_weights
Checks correct weights extraction for: - varying target series sizes - with and without moving window tabularization - weights
darts/tests/utils/tabularization/test_create_lagged_training_data.py:2872
Method
test_covariates
(self, config)
darts/tests/models/forecasting/test_conformal_model.py:469
Method
test_covariates
(self)
darts/tests/models/forecasting/test_timesfm2p5.py:385
Method
test_covariates
(self)
darts/tests/models/forecasting/test_tirex.py:346
Method
test_covariates
(self, config)
darts/tests/models/forecasting/test_global_forecasting_models.py:498
Method
test_covariates
(self)
darts/tests/models/forecasting/test_patchtst_fm.py:330
Method
test_coverage
(self)
darts/tests/models/forecasting/test_TCN.py:74
Method
test_coverage_expected_lags
(self, config)
darts/tests/models/forecasting/test_regression_ensemble_model.py:1498
Method
test_create_instance_existing_model_with_name_force
( self, patch_reset_model, tmpdir_fn )
darts/tests/models/forecasting/test_torch_forecasting_model.py:1019
Method
test_create_instance_existing_model_with_name_force_fit_with_reset
( self, patch_reset_model, tmpdir_fn )
darts/tests/models/forecasting/test_torch_forecasting_model.py:1050
Method
test_create_instance_existing_model_with_name_no_fit
(self, tmpdir_fn)
darts/tests/models/forecasting/test_torch_forecasting_model.py:1003
Method
test_create_instance_new_model_no_name_set
(self, tmpdir_fn)
darts/tests/models/forecasting/test_torch_forecasting_model.py:999
Method
test_create_lagged_component_names
Tests that `create_lagged_component_names` produces the expected features name depending on the lags, output_chunk_length and covaria
darts/tests/utils/tabularization/test_create_lagged_training_data.py:2637
Method
test_create_lagged_component_names_different_lags
Tests that `create_lagged_component_names` when lags are different across components. The lagged features should be sorted by lags,
darts/tests/utils/tabularization/test_create_lagged_training_data.py:2778
Method
test_creation
(self)
darts/tests/test_timeseries_multivariate.py:58
Method
test_creation
(self)
darts/tests/test_timeseries.py:42
Method
test_creation
(self)
darts/tests/models/forecasting/test_nbeats_nhits.py:17
Method
test_creation
(self)
darts/tests/models/forecasting/test_block_RNN.py:61
Method
test_creation
(self, use_longer_projection_head: bool)
darts/tests/models/forecasting/test_timesfm2p5.py:232
Method
test_creation
(self)
darts/tests/models/forecasting/test_TCN.py:18
Method
test_creation
(self)
darts/tests/models/forecasting/test_dlinear_nlinear.py:28
Method
test_creation
(self, caplog)
darts/tests/models/forecasting/test_tirex.py:196
Method
test_creation
(self)
darts/tests/models/forecasting/test_RNN.py:73
Method
test_creation
(self)
darts/tests/models/forecasting/test_tide_model.py:24
Method
test_creation
(self)
darts/tests/models/forecasting/test_patchtst_fm.py:188
Method
test_creation
(self)
darts/tests/models/forecasting/test_chronos2.py:208
Method
test_creation
(self)
darts/tests/models/forecasting/test_tsmixer.py:26
← previous
next →
2,301–2,400 of 3,734, ranked by callers