-2

I am having an unsupervised learning model - isolation forest model which gives me two value 1, -1 (anomaly detection).

I want to build model quality on this. However I see it only support BinaryClassification, Multiclass and Regrression.

Can I still use Binaryclassification for this or MulticlassClassfication for building model quality on it?

desertnaut
  • 57,590
  • 26
  • 140
  • 166
Karki
  • 7
  • 4

1 Answers1

0

You can do both Binary and MultiClass classification with Model Quality job - Please refer to the Model Quality Metrics support by SageMaker here https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor-model-quality-metrics.html

Raghu Ramesha
  • 360
  • 1
  • 8