Skip to content

Commit

Permalink
Merge pull request #281 from blaklaybul/outlier-detection-example
Browse files Browse the repository at this point in the history
[ML] Outlier Detection Example
  • Loading branch information
Dale McDiarmid authored Dec 13, 2019
2 parents d76c7b7 + 8cff86b commit 5d3a4a1
Show file tree
Hide file tree
Showing 4 changed files with 422 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Machine Learning/Outlier Detection/Introduction/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# advent-outliers

To run this example, please ensure that you have the following:

* an elasticsearch cluster (version 7.2+) running on `localhost:9200`
* the dependencies listed in `requirements.txt`. To install these, please run - `pip install -r requirements.txt`
406 changes: 406 additions & 0 deletions Machine Learning/Outlier Detection/Introduction/advent-outliers.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
jupyter
numpy
requests
elasticsearch
sklearn
5 changes: 5 additions & 0 deletions Machine Learning/Outlier Detection/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Outlier Detection

This directory contains examples showcasing Elastic's outlier detection analyses within Machine Learning, which was released in version 7.2.

* [Introduction](Introduction/) shows you how to think about outliers in a 2-dimensional case. We walk you through building up a dataset with particular features and demonstrates how to create and start an outlier detection analysis, and how to analyze the outlier score and feature influence results.

0 comments on commit 5d3a4a1

Please sign in to comment.