MCPcopy Create free account

hub / github.com/linkedin/greykite / functions

Functions2,034 in github.com/linkedin/greykite

Method__init__
( self, df: pd.DataFrame, time_col: str, value_col: str,
greykite/algo/common/holiday_grouper.py:177
Method__init__
( self, quantile: float = 0.9, alpha: float = 0.001, sample_we
greykite/algo/common/l1_quantile_regression.py:216
Method__init__
( self, x, y, pred_cols, pred_category,
greykite/algo/common/model_summary.py:67
Method__init__
Computes attributes given the tree structure in ``levels``. Parameters ---------- levels : `list` [`list` [`int]] or None
greykite/algo/reconcile/hierarchical_relationship.py:174
Method__init__
(self)
greykite/algo/reconcile/convex/reconcile_forecasts.py:679
Method__iter__
(self)
greykite/algo/common/model_summary_utils.py:657
Method__next__
(self)
greykite/algo/common/model_summary_utils.py:660
Method__radd__
Right addition.
greykite/detection/detector/reward.py:199
Method__rmul__
Right multiplication.
greykite/detection/detector/reward.py:203
Method__rtruediv__
Right division.
greykite/detection/detector/reward.py:207
Method__truediv__
Division of objects or an object with a number.
greykite/detection/detector/reward.py:181
Function_cached_call
Call estimator with method and args and kwargs. This code is private in scikit-learn 0.24, so it is copied here.
greykite/sklearn/sklearn_scorer.py:36
Method_iter_test_indices
Class directly implements `split` instead of providing this function
greykite/sklearn/cross_validation.py:333
Method_select_proba_binary
Select the column of the positive label in `y_pred` when probabilities are provided. Parameters ---------- y_pred : nd
greykite/sklearn/sklearn_scorer.py:65
Method_silverkite_holiday
Holiday constants used by the estimator.
greykite/framework/templates/simple_silverkite_template.py:627
Functionadd_features_one_df
(joined_df)
greykite/tests/detection/detector/test_best_forecast.py:62
Methodadd_features_one_df
Adds features to one joined dataframe. This will be used to add features to all joined dataframes. Parameters ----------
greykite/detection/detector/ape_based.py:83
Methodallow_model_components_param_list
SilverkiteTemplate does not allow `config.model_components_param` to be a list.
greykite/framework/templates/silverkite_template.py:451
Methodallow_model_components_param_list
SilverkiteTemplate allows `config.model_components_param` to be a list.
greykite/framework/templates/simple_silverkite_template.py:616
Methodallow_model_components_param_list
AutoArimaTemplate does not allow `config.model_components_param` to be a list.
greykite/framework/templates/auto_arima_template.py:141
Methodallow_model_components_param_list
LagBasedTemplate does not allow `config.model_components_param` to be a list.
greykite/framework/templates/lag_based_template.py:64
Methodallow_model_components_param_list
Whether the template accepts a list for `config.model_components_param` (bool)
greykite/framework/templates/template_interface.py:63
Methodallow_model_components_param_list
(self)
greykite/framework/templates/multistage_forecast_template.py:545
Methodallow_model_components_param_list
ProphetTemplate does not allow `config.model_components_param` to be a list.
greykite/framework/templates/prophet_template.py:232
Methodallow_model_components_param_list
(self)
greykite/tests/framework/templates/test_base_template.py:58
Methodallow_model_components_param_list
(self)
greykite/tests/framework/templates/test_template_interface.py:18
Methodallow_model_template_list
SilverkiteTemplate does not allow `config.model_template` to be a list.
greykite/framework/templates/silverkite_template.py:446
Methodallow_model_template_list
SimpleSilverkiteTemplate allows config.model_template to be a list.
greykite/framework/templates/simple_silverkite_template.py:611
Methodallow_model_template_list
AutoArimaTemplate does not allow `config.model_template` to be a list.
greykite/framework/templates/auto_arima_template.py:136
Methodallow_model_template_list
LagBasedTemplate does not allow `config.model_template` to be a list.
greykite/framework/templates/lag_based_template.py:59
Methodallow_model_template_list
Whether the template accepts a list for `config.model_template` (bool)
greykite/framework/templates/template_interface.py:58
Methodallow_model_template_list
(self)
greykite/framework/templates/multistage_forecast_template.py:541
Methodallow_model_template_list
ProphetTemplate does not allow `config.model_template` to be a list.
greykite/framework/templates/prophet_template.py:227
Methodallow_model_template_list
(self)
greykite/tests/framework/templates/test_base_template.py:54
Methodallow_model_template_list
(self)
greykite/tests/framework/templates/test_template_interface.py:14
Functionapply_defaults_and_fit
Overwrites ``fit_params`` with those specified by ``fit_params["method"]``. Calls ``fit_func`` with those params. Parameters
greykite/algo/reconcile/convex/reconcile_forecasts.py:221
Methodapply_template_decorator
Decorator for ``apply_template_for_pipeline_params`` function. Overrides the method in `~greykite.framework.templates.base_template.BaseTempl
greykite/framework/templates/silverkite_template.py:643
Methodapply_template_decorator
Decorator for ``apply_template_for_pipeline_params`` function. Overrides the method in `~greykite.framework.templates.base_template.BaseTempl
greykite/framework/templates/auto_arima_template.py:333
Methodapply_template_decorator
Decorator for ``apply_template_for_pipeline_params`` function. Overrides the method in `~greykite.framework.templates.base_template.BaseTempl
greykite/framework/templates/lag_based_template.py:187
Methodapply_template_decorator
Decorator for ``apply_template_for_pipeline_params`` function. By default, this applies ``apply_forecast_config_defaults`` to ``config``.
greykite/framework/templates/base_template.py:268
Methodapply_template_decorator
Decorator for ``apply_template_for_pipeline_params`` function. Overrides the method in `~greykite.framework.templates.base_template.BaseTempl
greykite/framework/templates/prophet_template.py:560
Methodapply_template_for_pipeline_params
Explicitly calls the method in `~greykite.framework.templates.base_template.BaseTemplate` to make use of the decorator in this class.
greykite/framework/templates/lag_based_template.py:209
Methodapply_template_for_pipeline_params
Converts forecast config to pipeline params. Takes input data and optional configuration parameters to customize the model. Returns a
greykite/framework/templates/template_interface.py:67
Functionbuild_lags_func_multi
A function which generates a lagged dataframe for a given dataframe with potentially multiple value columns to be lagged. Note `df` an
greykite/common/features/timeseries_lags.py:625
Functioncalc_with_param
(param, data)
greykite/tests/detection/detector/test_best_forecast.py:68
Functioncalc_with_param
This is the calculation step with ``param`` and ``data``. In this simple example, this does not depend on ``data.``
greykite/tests/detection/detector/test_optimizer.py:35
Methodcalc_with_param
Predicts anomalies assuming the parameters: - ``volatility_features`` - ``coverage`` are passed. This will enable op
greykite/detection/detector/greykite.py:322
Methodcalc_with_param
( self, param, data)
greykite/tests/detection/detector/test_detector.py:102
Methodcalc_with_param
( self, param, data)
greykite/tests/detection/detector/test_detector.py:191
Functionchoose_color_func
(x)
greykite/tests/common/viz/test_timeseries_plotting_mpl.py:166
Functionchoose_color_func
(color_values)
greykite/common/viz/timeseries_plotting_mpl.py:332
Functionconfig_silverkite_daily
()
greykite/tests/sklearn/estimator/test_multistage_forecast_estimator.py:134
Functionconfig_silverkite_daily_2
()
greykite/tests/sklearn/estimator/test_multistage_forecast_estimator.py:174
Functionconfigs
()
greykite/tests/algo/common/test_seasonality_inferrer.py:25
Methodconstants
Constants used by the template class. Includes the model templates and their default values.
greykite/framework/templates/multistage_forecast_template.py:68
Functioncustom_loss
Root mean absolute error
greykite/tests/framework/output/test_univariate_forecast.py:252
Functioncustom_tscv
()
greykite/tests/framework/benchmark/test_benchmark_class.py:192
Functiondaily_data
()
greykite/tests/framework/templates/test_auto_model_template.py:31
Functiondaily_data
()
greykite/tests/sklearn/estimator/test_simple_silverkite_estimator.py:173
Functiondaily_data
()
greykite/tests/sklearn/estimator/test_auto_arima_estimator.py:74
Functiondaily_data
()
greykite/tests/sklearn/estimator/test_base_silverkite_estimator.py:63
Functiondaily_data
()
greykite/tests/sklearn/estimator/test_prophet_estimator.py:137
Functiondaily_data
()
greykite/tests/sklearn/estimator/test_one_by_one_estimator.py:21
Functiondaily_data
()
greykite/tests/sklearn/estimator/test_silverkite_estimator.py:140
Functiondaily_data
()
greykite/tests/sklearn/estimator/test_multistage_forecast_estimator.py:123
Functiondaily_data
Generates data for testing `GreykiteDetector`.
greykite/tests/detection/common/test_pickler.py:55
Functiondaily_data
Generates data for testing `GreykiteDetector`.
greykite/tests/detection/detector/test_greykite.py:120
Functiondaily_data_reg
()
greykite/tests/sklearn/estimator/test_prophet_estimator.py:147
Functiondaily_data_reg
Generates daily data with regressors for tests. Returns ------- df : pd.DataFrame with columns of type: datetime, number, number,
greykite/tests/algo/forecast/silverkite/test_forecast_simple_silverkite.py:37
Functiondaily_data_with_reg
()
greykite/tests/sklearn/estimator/test_simple_silverkite_estimator.py:182
Functiondaily_data_with_reg
()
greykite/tests/sklearn/estimator/test_base_silverkite_estimator.py:72
Functiondaily_data_with_reg
()
greykite/tests/sklearn/estimator/test_silverkite_estimator.py:149
Functiondaily_df
()
greykite/tests/algo/common/test_holiday_grouper.py:17
Functiondaily_df
()
greykite/tests/algo/common/test_holiday_inferrer.py:17
Functiondaily_event_df_dict
A sample holiday configuration.
greykite/tests/algo/common/test_holiday_utils.py:61
Functiondata
Generates dataset for test cases :return: pd.DataFrame with columns of type: datetime, number, number, boolean, object, category
greykite/tests/sklearn/transform/test_dtype_column_selector.py:12
Functiondata
Generates test dataframe for outlier detection
greykite/tests/sklearn/transform/test_difference_based_outlier_transformer.py:16
Functiondata
Generates test dataframe for null imputation
greykite/tests/sklearn/transform/test_null_transformer.py:16
Functiondata
Generates iris dataset for test cases :return:
greykite/tests/sklearn/transform/test_column_selector.py:12
Functiondata
Generates test dataframe for outlier detection
greykite/tests/sklearn/transform/test_zscore_outlier_transformer.py:16
Functiondata
()
greykite/tests/common/features/test_adjust_anomalous_data.py:17
Functiondata
Generates data for testing.
greykite/tests/common/features/test_outlier.py:22
Functiondata
Sample data for regression.
greykite/tests/algo/common/test_l1_quantile_regression.py:14
Functiondata
()
greykite/tests/algo/reconcile/convex/test_reconcile_forecasts.py:29
Functiondata
Generate data for tests
greykite/tests/algo/uncertainty/conditional/test_conf_interval.py:12
Functiondata_with_weights
Training data with weights
greykite/tests/algo/common/test_ml_models.py:50
Functiondecorator_ignore
(fn)
greykite/common/python_utils.py:783
Functiondefault_holidays
Default holidays by country params
greykite/tests/framework/templates/test_prophet_template.py:41
Functiondesign_mat_info
Training data in design matrix form
greykite/tests/algo/common/test_ml_models.py:33
Methoddetect_logic
The logic of outlier detection, after `fit` is done. This method uses the fit information to decide which points are outliers and what
greykite/common/features/outlier.py:590
Methoddetect_logic
The logic of outlier detection, after `fit` is done. This method uses the fit information to decide which points are outliers and what
greykite/common/features/outlier.py:768
Functiondf
()
greykite/tests/framework/output/test_univariate_forecast.py:33
Functiondf
()
greykite/tests/framework/templates/test_pickle_utils.py:30
Functiondf
()
greykite/tests/framework/templates/test_multistage_forecast_template.py:28
Functiondf
()
greykite/tests/framework/templates/test_base_template.py:28
Functiondf
()
greykite/tests/framework/benchmark/test_benchmark_class.py:40
Functiondf
8 months of daily data
greykite/tests/framework/pipeline/test_pipeline.py:60
Functiondf
()
greykite/tests/sklearn/estimator/test_base_forecast_estimator.py:52
Functiondf
()
greykite/tests/sklearn/uncertainty/test_simple_conditional_residuals_model.py:18
Functiondf
()
greykite/tests/algo/common/test_seasonality_inferrer.py:16
← previousnext →801–900 of 2,034, ranked by callers