| familiarNoveltyDetector-class | R Documentation | 
A familiarNoveltyDetector object is a self-contained model that can be applied to generate out-of-distribution predictions for instances in a dataset.
Note that these objects do not contain any data concerning outcome, as this not relevant for (prospective) out-of-distribution detection.
nameName of the familiarNoveltyDetector object.
learnerLearning algorithm used to create the novelty detector.
modelThe actual novelty detector trained using a specific algorithm,
e.g. a isolation forest from the isotree package.
feature_infoList of objects containing feature information, e.g., name, class levels, transformation, normalisation and clustering parameters.
data_column_infoData information object containing information regarding identifier column names.
conversion_parametersParameters used to convert raw output to statistical probability of being out-of-distribution. Currently unused.
hyperparametersSet of hyperparameters used to train the detector.
required_featuresThe set of features required for complete reproduction, i.e. with imputation.
model_featuresThe set of features that is used to train the detector.
run_tableRun table for the data used to train the detector. Used internally.
is_trimmedFlag that indicates whether the detector, stored in the
model slot, has been trimmed.
trimmed_functionList of functions whose output has been captured prior to trimming the model.
project_idIdentifier of the project that generated the familiarNoveltyDetector object.
familiar_versionVersion of the familiar package.
packageName of package(s) required to executed the detector itself,
e.g. isotree.
package_versionVersion of the packages mentioned in the package
attribute.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.