From 303a1b9b8be2002997924ccdc5edd95c0d0a5898 Mon Sep 17 00:00:00 2001 From: Yue Zhao Date: Mon, 26 Nov 2018 14:33:23 -0500 Subject: [PATCH] add README.rst for the transformation --- README.rst | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/README.rst b/README.rst index d1b8978bd..684f4a07d 100644 --- a/README.rst +++ b/README.rst @@ -109,25 +109,11 @@ Key Links and Resources ^^^^^^^^^^^^^^^^^^^^^^^ -* `Documentation & API Reference `_ - .. image:: https://readthedocs.org/projects/pyod/badge/?version=latest - :target: https://pyod.readthedocs.io/en/latest/?badge=latest - :alt: Documentation Status +* `View the latest codes on Github `_ +* `Execute Interactive Jupyter Notebooks `_ +* `Anomaly Detection Resources `_ -* - **\ `Examples `_\ ** **&** **\ `Example Documentation `_\ ** - -* - **\ `Interactive Jupyter Notebooks `_\ ** - .. image:: https://mybinder.org/badge_logo.svg - :target: https://mybinder.org/v2/gh/yzhao062/pyod/master - :alt: Binder - - -* - **\ `Anomaly detection resources `_\ **\ , e.g., courses, books, papers and videos. - ---- Quick Introduction @@ -137,7 +123,7 @@ PyOD toolkit consists of three major groups of functionalities: (i) outlier detection algorithms; (ii) outlier ensemble frameworks and (iii) outlier detection utility functions. -**\ *Individual Detection Algorithms*\ **\ : +**Individual Detection Algorithms** : #. @@ -188,7 +174,7 @@ detection utility functions. FAQ regarding AutoEncoder in PyOD and debugging advice: `known issues `_ -**\ *Outlier Detector/Scores Combination Frameworks*\ **\ : +**Outlier Detector/Scores Combination Frameworks**: #. **Feature Bagging**\ : build various detectors on random selected features [9]