OutlierDetectionTest.jl

Test Toolkit for Outlier Detection Algorithms
Author OutlierDetectionJL
Popularity
2 Stars
Updated Last
11 Months Ago
Started In
September 2021

OutlierDetectionTest

Documentation (stable) Documentation (dev) Build Status

This package provides basic tests for OutlierDetection.jl models. Simply add OutlierDetectionTest to your test dependencies and start testing!

using OutlierDetectionTest

data = TestData()
test_detector(MY_DETECTOR, data)

Used By Packages

No packages found.