Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 5d3a4a1

Browse files
author
Dale McDiarmid
authored
Merge pull request #281 from blaklaybul/outlier-detection-example
[ML] Outlier Detection Example
2 parents d76c7b7 + 8cff86b commit 5d3a4a1

File tree

4 files changed

+422
-0
lines changed

4 files changed

+422
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# advent-outliers
2+
3+
To run this example, please ensure that you have the following:
4+
5+
* an elasticsearch cluster (version 7.2+) running on `localhost:9200`
6+
* the dependencies listed in `requirements.txt`. To install these, please run - `pip install -r requirements.txt`

Machine Learning/Outlier Detection/Introduction/advent-outliers.ipynb

Lines changed: 406 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
jupyter
2+
numpy
3+
requests
4+
elasticsearch
5+
sklearn
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Outlier Detection
2+
3+
This directory contains examples showcasing Elastic's outlier detection analyses within Machine Learning, which was released in version 7.2.
4+
5+
* [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 commit comments

Comments
 (0)