Skip to main content

Demo library

Project description

Random Robust Cut Forest - Moody's Analytics

Installation

pip install RRCF_Outlier_Detection

Objectives

  1. Use the RRCTree included in rrcf package as a week learner for creating a forest, incrementing the outlier

    detection power.

  2. Do the code more user-friendly for its fast implementation

  3. Automatize the process of outlier detection through the usage of 3 Sigma analysis

Functions

Outlier_Detector ( x, num_trees, num_samples per tree )

  • Trains the RRCForest

  • Parameters:

    x Numpy Array / Data from which we want to detect outliers

    num_trees int / Number of trees that are going to be used a weak learners for the forest

    num_samples per tree int / Number of samples per tree. this parameter is recommended to be established as (1 / Estimated Proportion of Outliers)

  • Attributes:

    rrcf_outlier_score () Returns a Pandas' series with the CoDist scores for all input samples

    rrcf_outlier_detector () Returns a Numpy array with the detected outliers from the input samples

Citing

M. Bartos, A. Mullapudi, & S. Troutman, rrcf: Implementation of the Robust Random Cut Forest algorithm for anomaly detection on streams, in: Journal of Open Source Software, The Open Journal, Volume 4, Number 35. 2019

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rrcf-outlier-detector-MA-0.1.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

rrcf_outlier_detector_MA-0.1.0-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page