pysad icon indicating copy to clipboard operation
pysad copied to clipboard

How can I access the training data that has been used?

Open joaquinCaceres opened this issue 2 years ago • 0 comments

Hello everyone,

When a model has been trained, such as LocalOutlierProbability. How can I access the training data that has been used?

I have managed to access the first dataset that is used when initialising the model: LocalOutlierProbability.model.data, but I need the new batch train data which is generated after call fit_partial(X).

Thanks in advance!

joaquinCaceres avatar Jul 01 '22 11:07 joaquinCaceres