sl3_model_detector: Use sl3 Machine Learning for event detection

Description Usage Arguments See Also

View source: R/event_detectors.R

Description

Uses a sl3 machine learner model trained on labels from TRAINSET to detect events. See TODO to train your own

Usage

1
sl3_model_detector(data, model_obj = NULL, threshold = 0.5)

Arguments

data

a sumsarizer formatted data table for one sensor mission

model_obj

either a sl3 learner fit object, or a url or path to a .rdata file containing one

threshold

a value between 0 and 1 indicating the sensitivity of the event detector

...

not currently used

See Also

Other event_detectors: apply_detector, constant_detector, firefinder_detector, threshold_detector


ajaypillarisetti/sumr documentation built on Jan. 27, 2020, 10:01 p.m.