Skip to content

Commit

Permalink
Pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 authored and [email protected] committed Nov 10, 2018
1 parent b6089cb commit 31d5ba8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@ detection utility functions.
6. **Threshold Sum (Thresh)** [6]

**Comparison of all implemented models** are made available below:
([Figure](https://github.com/yzhao062/Pyod/blob/master/examples/ALL.png),
([Figure](https://raw.githubusercontent.com/yzhao062/Pyod/master/examples/ALL.png),
[Code](https://github.com/yzhao062/Pyod/blob/master/examples/compare_all_models.py),
[Jupyter Notebooks](https://mybinder.org/v2/gh/yzhao062/Pyod/master)):

For Jupyter Notebooks, please navigate to **"/notebooks/Compare All Models.ipynb"**

![Comparision_of_All](https://github.com/yzhao062/Pyod/blob/master/examples/ALL.png)
![Comparision_of_All](https://raw.githubusercontent.com/yzhao062/Pyod/master/examples/ALL.png)

------------

Expand Down Expand Up @@ -227,9 +227,9 @@ More detailed instruction of running examples can be found [here.](https://githu
visualize(clf_name, X_train, y_train, X_test, y_test, y_train_pred,
y_test_pred, show_figure=True, save_figure=False)
````

Visualization ([knn_figure](https://github.com/yzhao062/Pyod/blob/master/examples/KNN.png)):
![kNN example figure](https://github.com/yzhao062/Pyod/blob/master/examples/KNN.png)
Visualization ([knn_figure](https://raw.githubusercontent.com/yzhao062/Pyod/master/examples/KNN.png )):
![kNN example figure](https://raw.githubusercontent.com/yzhao062/Pyod/master/examples/KNN.png )

---
### Quick Start for Combining Outlier Scores from Various Base Detectors
Expand Down

0 comments on commit 31d5ba8

Please sign in to comment.