MCPcopy Create free account

hub / github.com/linkedin/greykite / functions

Functions2,034 in github.com/linkedin/greykite

Functiondf2
()
greykite/tests/framework/output/test_univariate_forecast.py:49
Functiondf_config
()
greykite/tests/framework/templates/test_forecaster.py:47
Functiondf_daily
()
greykite/tests/framework/templates/test_multistage_forecast_template.py:39
Functiondf_daily
()
greykite/tests/framework/templates/test_lag_based_template.py:21
Functiondf_daily
Defines a dataframe with values from a sequence, so it's easy to track lagged values.
greykite/tests/sklearn/estimator/test_lag_based_estimator.py:18
Functiondf_daily
()
greykite/tests/algo/forecast/silverkite/test_auto_config.py:19
Functiondf_daily
Daily data.
greykite/tests/algo/changepoint/adalasso/test_auto_changepoint_params.py:29
Functiondf_hourly
()
greykite/tests/framework/templates/test_lag_based_template.py:30
Functiondf_hourly
Defines a dataframe with values from a sequence, so it's easy to track lagged values.
greykite/tests/sklearn/estimator/test_lag_based_estimator.py:38
Functiondf_hourly
()
greykite/tests/algo/forecast/silverkite/test_auto_config.py:27
Functiondf_hourly
Hourly data.
greykite/tests/algo/changepoint/adalasso/test_auto_changepoint_params.py:19
Functiondf_monthly
Defines a dataframe with values from a sequence, so it's easy to track lagged values.
greykite/tests/sklearn/estimator/test_lag_based_estimator.py:58
Functiondf_monthly
Monthly data.
greykite/tests/algo/changepoint/adalasso/test_auto_changepoint_params.py:49
Functiondf_pt
fetches the Peyton Manning pageview data
greykite/tests/sklearn/estimator/test_base_silverkite_estimator.py:86
Functiondf_reg
100 days of hourly data with regressors
greykite/tests/framework/pipeline/test_pipeline.py:68
Functiondf_weekly
Weekly data.
greykite/tests/algo/changepoint/adalasso/test_auto_changepoint_params.py:39
Functiondf_yearly
Defines a dataframe with values from a sequence, so it's easy to track lagged values.
greykite/tests/sklearn/estimator/test_lag_based_estimator.py:78
Functiondistance_to_zero
This is the reward function which checks how close to zero the result is.
greykite/tests/detection/detector/test_optimizer.py:24
Methoddump_forecast_result
Dumps ``self.forecast_result`` to local pickle files. Parameters ---------- destination_dir : `str` The pickle de
greykite/framework/templates/forecaster.py:414
Functionecdf_quantile_summary
(x)
greykite/algo/uncertainty/conditional/estimate_distribution.py:85
Functionexpected_component_names
()
greykite/tests/framework/output/test_univariate_forecast.py:66
Functionexpected_component_names
()
greykite/tests/sklearn/estimator/test_simple_silverkite_estimator.py:196
Functionexpected_component_names
()
greykite/tests/sklearn/estimator/test_base_silverkite_estimator.py:93
Functionexpected_component_names
()
greykite/tests/sklearn/estimator/test_silverkite_estimator.py:163
Functionf1_reward
(data)
docs/nbpages/tutorials/0400_anomaly_detection_tutorial.py:232
Methodfit
(self, X: pd.DataFrame, y: pd.Series = None)
greykite/sklearn/transform/dtype_column_selector.py:48
Methodfit
Computes the column mean and standard deviation, stored as ``mean`` and ``std`` attributes. Parameters ---------- X :
greykite/sklearn/transform/zscore_outlier_transformer.py:66
Methodfit
(self, X, y=None)
greykite/sklearn/transform/column_selector.py:36
Methodfit
Sets the time origin for input time series
greykite/sklearn/transform/build_timeseries_features_transformer.py:50
Methodfit
This method prepares and fits the input data. This means that for the input series `y`, it fits the parameters which are then used to
greykite/common/features/outlier.py:401
Methodfit_logic
The logic of the fit. This is an abstract method of the base class: `~greykite.common.features.outlier.BaseOutlierDetector` an
greykite/common/features/outlier.py:545
Methodfit_logic
The logic of the fit. This is an abstract method of the base class: `~greykite.common.features.outlier.BaseOutlierDetector` an
greykite/common/features/outlier.py:714
Methodfit_seasonality_model
A function to take a single order and fit the seasonality model. Then it calculates the AIC/BIC of the model. Parameters
greykite/algo/common/seasonality_inferrer.py:759
Functionfn_ignore
(*args, **kwargs)
greykite/common/python_utils.py:785
Functionforecast_config
(multistage_forecast_configs)
greykite/tests/framework/templates/test_multistage_forecast_template.py:174
Functionforecast_config_info_daily
Generates ``forecast_config`` for testing.
greykite/tests/detection/common/test_pickler.py:111
Functionforecast_config_info_daily
Generates ``forecast_config`` for testing.
greykite/tests/detection/detector/test_greykite.py:226
Functionforecast_config_info_hourly
Generates ``forecast_config`` for testing.
greykite/tests/detection/detector/test_greykite.py:188
Functionforecast_config_to_dict
(x: ForecastConfig)
greykite/framework/templates/autogen/forecast_config.py:486
Functionforecast_data
Loads and prepares some real and simulated data sets for performance testing.
greykite/tests/framework/templates/test_simple_silverkite_template.py:55
Functionforecast_result
The forecast model results.
greykite/tests/sklearn/uncertainty/test_quantile_regression_uncertainty_model.py:14
Functionfrom_bool
(x: Any)
greykite/framework/templates/autogen/forecast_config.py:97
Methodfrom_dict
(obj: Any)
greykite/framework/templates/autogen/forecast_config.py:132
Methodfrom_dict
(obj: Any)
greykite/framework/templates/autogen/forecast_config.py:167
Methodfrom_dict
(obj: Any)
greykite/framework/templates/autogen/forecast_config.py:217
Methodfrom_dict
(obj: Any)
greykite/framework/templates/autogen/forecast_config.py:331
Methodfrom_dict
(obj: Any)
greykite/framework/templates/autogen/forecast_config.py:424
Functionfrom_float
(x: Any)
greykite/framework/templates/autogen/forecast_config.py:87
Functionfrom_int
(x: Any)
greykite/framework/templates/autogen/forecast_config.py:28
Methodfrom_json
Converts a json string to the corresponding instance of the `ForecastConfig` class. Raises ValueError if the input is not a json string.
greykite/framework/templates/autogen/forecast_config.py:470
Functionfrom_list_float
Parses a list of floats
greykite/framework/templates/autogen/forecast_config.py:107
Functionfrom_list_int
(x: Any)
greykite/framework/templates/autogen/forecast_config.py:81
Functionfrom_list_list_str
Parses a list that contains lists of strings
greykite/framework/templates/autogen/forecast_config.py:114
Functionfrom_none
(x: Any)
greykite/framework/templates/autogen/forecast_config.py:33
Functionfrom_str
(x: Any)
greykite/framework/templates/autogen/forecast_config.py:70
Functionfs
feature transformation pipeline for test cases
greykite/tests/sklearn/transform/test_pandas_feature_union.py:32
Functionfs_diff
feature transformation pipeline for test cases
greykite/tests/sklearn/transform/test_pandas_feature_union.py:47
Functionfs_multi_func
(df)
greykite/common/features/timeseries_features.py:1527
Functionfunc
(x)
greykite/tests/detection/detector/test_ad_utils.py:41
Functionfunc_k
(*args, **kwargs)
greykite/detection/detector/ad_utils.py:56
Functiongenerate_anomaly_data_daily
Generates daily data to be used for end-to-end AD testing.
greykite/detection/common/testing_utils.py:102
Functiongenerate_anomaly_data_hourly
Generates hourly data to be used for end-to-end AD testing.
greykite/detection/common/testing_utils.py:118
Functiongenerate_anomaly_data_weekly
Generates weekly data to be used for end-to-end AD testing.
greykite/detection/common/testing_utils.py:145
Functionget_exploratory_plots
Computes multiple exploratory data analysis (EDA) plots to visualize the metric in ``value_col``and aid in modeling. The EDA plots are written in
greykite/framework/utils/exploratory_data_analysis.py:41
Methodget_metric_func
Returns the metric function
greykite/common/evaluation.py:946
Methodget_metric_func
Returns the metric function.
greykite/common/evaluation.py:1040
Methodget_metric_greater_is_better
Returns the greater_is_better boolean.
greykite/common/evaluation.py:1044
Methodget_metric_name
Returns the short name
greykite/common/evaluation.py:950
Methodget_metric_name
Returns the short name.
greykite/common/evaluation.py:1048
Methodget_name_string_from_single_or_multi_template
Gets the name string when model template type is single or multi.
greykite/framework/templates/simple_silverkite_template.py:1063
Methodget_silverkite_column
(self)
greykite/tests/algo/forecast/silverkite/test_silverkite_constants.py:101
Methodget_silverkite_holiday
(self)
greykite/tests/algo/forecast/silverkite/test_silverkite_constants.py:105
Methodget_suffix_func
(x)
greykite/algo/common/holiday_grouper.py:851
Methodgrouping_func
(grp)
greykite/framework/output/univariate_forecast.py:327
Methodgrouping_func
(grp)
greykite/framework/input/univariate_time_series.py:504
Functiongrouping_func_mape
(grp)
greykite/tests/common/viz/test_timeseries_plotting.py:572
Functiongrouping_func_min
(grp)
greykite/tests/common/viz/test_timeseries_plotting.py:551
Functionholiday_df
()
greykite/tests/algo/common/test_holiday_grouper.py:24
Functionhourly_data
()
greykite/tests/framework/templates/test_auto_model_template.py:22
Functionhourly_data
()
greykite/tests/sklearn/estimator/test_multistage_forecast_estimator.py:102
Functionhourly_data
Generates data for testing `GreykiteDetector`.
greykite/tests/detection/detector/test_greykite.py:54
Functionhourly_data
Generate 500 days of hourly data for tests
greykite/tests/common/features/test_timeseries_features.py:56
Functionhourly_data
Generate 500 days of hourly data for tests
greykite/tests/algo/forecast/silverkite/test_forecast_silverkite_helper.py:16
Functionhourly_data
Generate 500 days of hourly data for tests
greykite/tests/algo/forecast/silverkite/test_forecast_silverkite.py:61
Functionhourly_data
Generates 500 days of hourly data for tests
greykite/tests/algo/forecast/silverkite/test_forecast_simple_silverkite.py:70
Functionhourly_data
Generate 500 days of hourly data for tests
greykite/tests/algo/changepoint/adalasso/test_changepoints_utils.py:30
Functionhourly_data
Generate 500 days of hourly data for tests
greykite/tests/algo/changepoint/adalasso/test_changepoint_detector.py:22
Functionhourly_data_reg
Generate 500 days of hourly data for tests
greykite/common/testing_utils.py:327
Functionhourly_data_with_reg
()
greykite/tests/sklearn/estimator/test_multistage_forecast_estimator.py:112
Functionignore_warnings
Returns a decorator to ignore all warnings in the specified category. Parameters ---------- category : class Any warning that
greykite/common/python_utils.py:769
Functioninput_values
()
greykite/tests/detection/common/test_ad_evaluation.py:19
Functionis_dst
A function which takes a list of datetime-like objects and returns a list of booleans to determine if that timestamp is in daylight sa
greykite/common/features/timeseries_features.py:118
Functionis_not_nan
Gets the True/False for elements that are not/are NANs. Parameters ---------- x : array-like The input array.
greykite/common/evaluation.py:113
Functionlagged_regressor_dict
Generate a dictionary of 3 lagged regressors with different dtypes
greykite/tests/algo/forecast/silverkite/test_forecast_silverkite.py:95
Methodload_forecast_result
Loads ``self.forecast_result`` from local files created by ``self.dump_result``. Parameters ---------- source_dir : `str`
greykite/framework/templates/forecaster.py:450
Methodload_fred_housing
Loads the FRED House Supply dataset. This dataset contains the monthly house supply in the United States from 1963 to 2021 obtained f
greykite/common/data_loader.py:515
Functionmetric_dict
()
greykite/tests/framework/benchmark/test_benchmark_class.py:206
Functionmodel_components_param
(silverkite)
greykite/tests/framework/templates/test_silverkite_template.py:47
Functionmonthly_data
()
greykite/tests/framework/templates/test_auto_model_template.py:49
Functionmonthly_data
()
greykite/tests/sklearn/estimator/test_auto_arima_estimator.py:82
← previousnext →901–1,000 of 2,034, ranked by callers