Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/linkedin/greykite
/ functions
Functions
2,034 in github.com/linkedin/greykite
⨍
Functions
2,034
◇
Types & classes
151
↳
Endpoints
13
Function
df2
()
greykite/tests/framework/output/test_univariate_forecast.py:49
Function
df_config
()
greykite/tests/framework/templates/test_forecaster.py:47
Function
df_daily
()
greykite/tests/framework/templates/test_multistage_forecast_template.py:39
Function
df_daily
()
greykite/tests/framework/templates/test_lag_based_template.py:21
Function
df_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
Function
df_daily
()
greykite/tests/algo/forecast/silverkite/test_auto_config.py:19
Function
df_daily
Daily data.
greykite/tests/algo/changepoint/adalasso/test_auto_changepoint_params.py:29
Function
df_hourly
()
greykite/tests/framework/templates/test_lag_based_template.py:30
Function
df_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
Function
df_hourly
()
greykite/tests/algo/forecast/silverkite/test_auto_config.py:27
Function
df_hourly
Hourly data.
greykite/tests/algo/changepoint/adalasso/test_auto_changepoint_params.py:19
Function
df_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
Function
df_monthly
Monthly data.
greykite/tests/algo/changepoint/adalasso/test_auto_changepoint_params.py:49
Function
df_pt
fetches the Peyton Manning pageview data
greykite/tests/sklearn/estimator/test_base_silverkite_estimator.py:86
Function
df_reg
100 days of hourly data with regressors
greykite/tests/framework/pipeline/test_pipeline.py:68
Function
df_weekly
Weekly data.
greykite/tests/algo/changepoint/adalasso/test_auto_changepoint_params.py:39
Function
df_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
Function
distance_to_zero
This is the reward function which checks how close to zero the result is.
greykite/tests/detection/detector/test_optimizer.py:24
Method
dump_forecast_result
Dumps ``self.forecast_result`` to local pickle files. Parameters ---------- destination_dir : `str` The pickle de
greykite/framework/templates/forecaster.py:414
Function
ecdf_quantile_summary
(x)
greykite/algo/uncertainty/conditional/estimate_distribution.py:85
Function
expected_component_names
()
greykite/tests/framework/output/test_univariate_forecast.py:66
Function
expected_component_names
()
greykite/tests/sklearn/estimator/test_simple_silverkite_estimator.py:196
Function
expected_component_names
()
greykite/tests/sklearn/estimator/test_base_silverkite_estimator.py:93
Function
expected_component_names
()
greykite/tests/sklearn/estimator/test_silverkite_estimator.py:163
Function
f1_reward
(data)
docs/nbpages/tutorials/0400_anomaly_detection_tutorial.py:232
Method
fit
(self, X: pd.DataFrame, y: pd.Series = None)
greykite/sklearn/transform/dtype_column_selector.py:48
Method
fit
Computes the column mean and standard deviation, stored as ``mean`` and ``std`` attributes. Parameters ---------- X :
greykite/sklearn/transform/zscore_outlier_transformer.py:66
Method
fit
(self, X, y=None)
greykite/sklearn/transform/column_selector.py:36
Method
fit
Sets the time origin for input time series
greykite/sklearn/transform/build_timeseries_features_transformer.py:50
Method
fit
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
Method
fit_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
Method
fit_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
Method
fit_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
Function
fn_ignore
(*args, **kwargs)
greykite/common/python_utils.py:785
Function
forecast_config
(multistage_forecast_configs)
greykite/tests/framework/templates/test_multistage_forecast_template.py:174
Function
forecast_config_info_daily
Generates ``forecast_config`` for testing.
greykite/tests/detection/common/test_pickler.py:111
Function
forecast_config_info_daily
Generates ``forecast_config`` for testing.
greykite/tests/detection/detector/test_greykite.py:226
Function
forecast_config_info_hourly
Generates ``forecast_config`` for testing.
greykite/tests/detection/detector/test_greykite.py:188
Function
forecast_config_to_dict
(x: ForecastConfig)
greykite/framework/templates/autogen/forecast_config.py:486
Function
forecast_data
Loads and prepares some real and simulated data sets for performance testing.
greykite/tests/framework/templates/test_simple_silverkite_template.py:55
Function
forecast_result
The forecast model results.
greykite/tests/sklearn/uncertainty/test_quantile_regression_uncertainty_model.py:14
Function
from_bool
(x: Any)
greykite/framework/templates/autogen/forecast_config.py:97
Method
from_dict
(obj: Any)
greykite/framework/templates/autogen/forecast_config.py:132
Method
from_dict
(obj: Any)
greykite/framework/templates/autogen/forecast_config.py:167
Method
from_dict
(obj: Any)
greykite/framework/templates/autogen/forecast_config.py:217
Method
from_dict
(obj: Any)
greykite/framework/templates/autogen/forecast_config.py:331
Method
from_dict
(obj: Any)
greykite/framework/templates/autogen/forecast_config.py:424
Function
from_float
(x: Any)
greykite/framework/templates/autogen/forecast_config.py:87
Function
from_int
(x: Any)
greykite/framework/templates/autogen/forecast_config.py:28
Method
from_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
Function
from_list_float
Parses a list of floats
greykite/framework/templates/autogen/forecast_config.py:107
Function
from_list_int
(x: Any)
greykite/framework/templates/autogen/forecast_config.py:81
Function
from_list_list_str
Parses a list that contains lists of strings
greykite/framework/templates/autogen/forecast_config.py:114
Function
from_none
(x: Any)
greykite/framework/templates/autogen/forecast_config.py:33
Function
from_str
(x: Any)
greykite/framework/templates/autogen/forecast_config.py:70
Function
fs
feature transformation pipeline for test cases
greykite/tests/sklearn/transform/test_pandas_feature_union.py:32
Function
fs_diff
feature transformation pipeline for test cases
greykite/tests/sklearn/transform/test_pandas_feature_union.py:47
Function
fs_multi_func
(df)
greykite/common/features/timeseries_features.py:1527
Function
func
(x)
greykite/tests/detection/detector/test_ad_utils.py:41
Function
func_k
(*args, **kwargs)
greykite/detection/detector/ad_utils.py:56
Function
generate_anomaly_data_daily
Generates daily data to be used for end-to-end AD testing.
greykite/detection/common/testing_utils.py:102
Function
generate_anomaly_data_hourly
Generates hourly data to be used for end-to-end AD testing.
greykite/detection/common/testing_utils.py:118
Function
generate_anomaly_data_weekly
Generates weekly data to be used for end-to-end AD testing.
greykite/detection/common/testing_utils.py:145
Function
get_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
Method
get_metric_func
Returns the metric function
greykite/common/evaluation.py:946
Method
get_metric_func
Returns the metric function.
greykite/common/evaluation.py:1040
Method
get_metric_greater_is_better
Returns the greater_is_better boolean.
greykite/common/evaluation.py:1044
Method
get_metric_name
Returns the short name
greykite/common/evaluation.py:950
Method
get_metric_name
Returns the short name.
greykite/common/evaluation.py:1048
Method
get_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
Method
get_silverkite_column
(self)
greykite/tests/algo/forecast/silverkite/test_silverkite_constants.py:101
Method
get_silverkite_holiday
(self)
greykite/tests/algo/forecast/silverkite/test_silverkite_constants.py:105
Method
get_suffix_func
(x)
greykite/algo/common/holiday_grouper.py:851
Method
grouping_func
(grp)
greykite/framework/output/univariate_forecast.py:327
Method
grouping_func
(grp)
greykite/framework/input/univariate_time_series.py:504
Function
grouping_func_mape
(grp)
greykite/tests/common/viz/test_timeseries_plotting.py:572
Function
grouping_func_min
(grp)
greykite/tests/common/viz/test_timeseries_plotting.py:551
Function
holiday_df
()
greykite/tests/algo/common/test_holiday_grouper.py:24
Function
hourly_data
()
greykite/tests/framework/templates/test_auto_model_template.py:22
Function
hourly_data
()
greykite/tests/sklearn/estimator/test_multistage_forecast_estimator.py:102
Function
hourly_data
Generates data for testing `GreykiteDetector`.
greykite/tests/detection/detector/test_greykite.py:54
Function
hourly_data
Generate 500 days of hourly data for tests
greykite/tests/common/features/test_timeseries_features.py:56
Function
hourly_data
Generate 500 days of hourly data for tests
greykite/tests/algo/forecast/silverkite/test_forecast_silverkite_helper.py:16
Function
hourly_data
Generate 500 days of hourly data for tests
greykite/tests/algo/forecast/silverkite/test_forecast_silverkite.py:61
Function
hourly_data
Generates 500 days of hourly data for tests
greykite/tests/algo/forecast/silverkite/test_forecast_simple_silverkite.py:70
Function
hourly_data
Generate 500 days of hourly data for tests
greykite/tests/algo/changepoint/adalasso/test_changepoints_utils.py:30
Function
hourly_data
Generate 500 days of hourly data for tests
greykite/tests/algo/changepoint/adalasso/test_changepoint_detector.py:22
Function
hourly_data_reg
Generate 500 days of hourly data for tests
greykite/common/testing_utils.py:327
Function
hourly_data_with_reg
()
greykite/tests/sklearn/estimator/test_multistage_forecast_estimator.py:112
Function
ignore_warnings
Returns a decorator to ignore all warnings in the specified category. Parameters ---------- category : class Any warning that
greykite/common/python_utils.py:769
Function
input_values
()
greykite/tests/detection/common/test_ad_evaluation.py:19
Function
is_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
Function
is_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
Function
lagged_regressor_dict
Generate a dictionary of 3 lagged regressors with different dtypes
greykite/tests/algo/forecast/silverkite/test_forecast_silverkite.py:95
Method
load_forecast_result
Loads ``self.forecast_result`` from local files created by ``self.dump_result``. Parameters ---------- source_dir : `str`
greykite/framework/templates/forecaster.py:450
Method
load_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
Function
metric_dict
()
greykite/tests/framework/benchmark/test_benchmark_class.py:206
Function
model_components_param
(silverkite)
greykite/tests/framework/templates/test_silverkite_template.py:47
Function
monthly_data
()
greykite/tests/framework/templates/test_auto_model_template.py:49
Function
monthly_data
()
greykite/tests/sklearn/estimator/test_auto_arima_estimator.py:82
← previous
next →
901–1,000 of 2,034, ranked by callers