We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Light Version of Train Page - see apply model section
CONTROLS:
DYNAMIC THESHOLDS
ACTIONS
RES = dynamicThreshold.apply( ts.agg = list( data.agg = <aggregated time series - test>, ts_type=<aggregation type - days, hours, etc>, ts_val=<aggregation step>, ts_func = <aggregation function>), model = MODEL, type_th = 'Both', correction =list("Low" = c(coef = <Low-type Anomalies: Correction TEST>, scale = <Low-type Anomalies: Scale TEST>), "High" = c(coef = < High-type Anomalies: Correction TEST>, scale = <High-type Anomalies: Scale TEST>)))
PROPHET
Model Tuning section
ACTIONS Test execution - caused by Test button:
RES <- model_prophet_new_interval(MODEL$data_test, percent_up=<Scale UP Train>, percent_low=<Scale LOW Train>, method='Both')
RES_tune <- model_prophet_new_interval(RES, percent_up=<Scale UP>, percent_low=<Scale LOW>, method='Both')
plot_time_series(RES, treshhold_type = 'both')
plot_time_series(RES_tune, treshhold_type = 'both')
ANAYSIS.STAT = anomalies.stat(ad_results = RES, data, ts_type=< aggregation type - days, hours, etc >, ts_val=< aggregation step >)
anomalies.detail(aANAYSIS.STAT$ad_res[index,], data, ts_func = < aggregation function >)
The text was updated successfully, but these errors were encountered:
vsolskyy
No branches or pull requests
Light Version of Train Page - see apply model section
CONTROLS:
DYNAMIC THESHOLDS
ACTIONS
RES = dynamicThreshold.apply( ts.agg = list( data.agg = <aggregated time series - test>, ts_type=<aggregation type - days, hours, etc>, ts_val=<aggregation step>, ts_func = <aggregation function>), model = MODEL, type_th = 'Both', correction =list("Low" = c(coef = <Low-type Anomalies: Correction TEST>, scale = <Low-type Anomalies: Scale TEST>), "High" = c(coef = < High-type Anomalies: Correction TEST>, scale = <High-type Anomalies: Scale TEST>)))
Model Manual Tuning - caused by TEST Correction and Scale sliders: see Apply Model section
PROPHET
Model Tuning section
ACTIONS
Test execution - caused by Test button:
RES <- model_prophet_new_interval(MODEL$data_test, percent_up=<Scale UP Train>, percent_low=<Scale LOW Train>, method='Both')
RES_tune <- model_prophet_new_interval(RES, percent_up=<Scale UP>, percent_low=<Scale LOW>, method='Both')
plot_time_series(RES, treshhold_type = 'both')
orplot_time_series(RES_tune, treshhold_type = 'both')
ANAYSIS.STAT = anomalies.stat(ad_results = RES, data, ts_type=< aggregation type - days, hours, etc >, ts_val=< aggregation step >)
anomalies.detail(aANAYSIS.STAT$ad_res[index,], data, ts_func = < aggregation function >)
The text was updated successfully, but these errors were encountered: