databricks-industry-solutions / rare-event-inspection

Kakapo (KAH-kə-poh) implements a standard set of APIs for outlier detection at scale on Databricks. It provides an integration of the vast PyOD library of outlier detection algorithms with MLFlow for tracking and packaging of models and hyperopt for exploring vast, complex and heterogeneous search spaces.

Home Page:https://databricks-industry-solutions.github.io/rare-event-inspection/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

CLOUD POC

image Kakapo (KAH-kə-poh) implements a standard set of APIs for outlier detection at scale on Databricks. It provides an integration of the vast PyOD library of outlier detection algorithms with MLFlow for tracking and packaging of models and hyperopt for exploring vast, complex and heterogeneous search spaces.

Kakapo aims to address a number of considerations to ensure robust solutions:

  • Future proofing and scalability, i.e. how to handle not just today’s workloads but have a framework that scales as requirements change - e.g. volume/ velocity/ complexity increases
  • Productivity and collaboration, i.e. how to ensure that work and ideas can be easily shared
  • Governance and auditability, i.e. how to can collect and log metadata, ensure robust audit trails and ultimately produce data that can be trusted

iliya.kostov@databricks.com
milos.colic@databricks.com


© 2022 Databricks, Inc. All rights reserved. The source in this notebook is provided subject to the Databricks License [https://databricks.com/db-license-source]. All included or referenced third party libraries are subject to the licenses set forth below.

library description license source
PyOD A Comprehensive and Scalable Python Library for Outlier Detection (Anomaly Detection) BSD (2-Clause) https://pypi.org/project/pyod
EMMV Metrics for unsupervised anomaly detection models MIT https://pypi.org/project/emmv

Getting started

Although specific solutions can be downloaded as .dbc archives from our websites, we recommend cloning these repositories onto your databricks environment. Not only will you get access to latest code, but you will be part of a community of experts driving industry best practices and re-usable solutions, influencing our respective industries.

add_repo

To start using this solution in Databricks simply follow these steps:

  1. Clone the repository in Databricks using Databricks Repos
  2. Attach the 01_Kakapo_ walkthrough notebook to any ML runtime cluster and execute the notebook via Run-All.
  3. You might want to modify the samples in the solution to your need, collaborate with other users and run the code samples against your own data. To do so start by changing the Git remote of your repository to your organization’s repository vs using our samples repository (learn more). You can now commit and push code, collaborate with other user’s via Git and follow your organization’s processes for code development.

The cost associated with running the solution is the user's responsibility.

Project support

Please note the code in this project is provided for your exploration only, and are not formally supported by Databricks with Service Level Agreements (SLAs). They are provided AS-IS and we do not make any guarantees of any kind. Please do not submit a support ticket relating to any issues arising from the use of these projects. The source in this project is provided subject to the Databricks License. All included or referenced third party libraries are subject to the licenses set forth below.

Any issues discovered through the use of this project should be filed as GitHub Issues on the Repo. They will be reviewed as time permits, but there are no formal SLAs for support.

About

Kakapo (KAH-kə-poh) implements a standard set of APIs for outlier detection at scale on Databricks. It provides an integration of the vast PyOD library of outlier detection algorithms with MLFlow for tracking and packaging of models and hyperopt for exploring vast, complex and heterogeneous search spaces.

https://databricks-industry-solutions.github.io/rare-event-inspection/

License:Other


Languages

Language:Python 100.0%