Skip to content

Commit

Permalink
Update ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 authored and yuezhao@cs.toronto.edu committed Nov 30, 2018
1 parent 6490508 commit 1f6a843
Showing 1 changed file with 26 additions and 21 deletions.
47 changes: 26 additions & 21 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Python Outlier Detection (PyOD)
===============================

**Deployment & Documentation & Stats**

.. image:: https://badge.fury.io/py/pyod.svg
:target: https://badge.fury.io/py/pyod
Expand All @@ -16,6 +17,31 @@ Python Outlier Detection (PyOD)
:target: https://pyod.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

.. image:: https://img.shields.io/github/stars/yzhao062/pyod.svg
:target: https://github.com/yzhao062/Pyod/stargazers
:alt: GitHub stars


.. image:: https://img.shields.io/github/forks/yzhao062/pyod.svg
:target: https://github.com/yzhao062/Pyod/network
:alt: GitHub forks


.. image:: https://pepy.tech/badge/pyod
:target: https://pepy.tech/project/pyod
:alt: Downloads


.. image:: https://pepy.tech/badge/pyod/month
:target: https://pepy.tech/project/pyod
:alt: Downloads

-----

**Build Status & Code Coverage & Maintainability**

.. image:: https://circleci.com/gh/yzhao062/pyod.svg?style=svg
:target: https://circleci.com/gh/yzhao062/pyod

.. image:: https://ci.appveyor.com/api/projects/status/1kupdy87etks5n3r/branch/master?svg=true
:target: https://ci.appveyor.com/project/yzhao062/pyod/branch/master
Expand All @@ -36,27 +62,6 @@ Python Outlier Detection (PyOD)
:target: https://codeclimate.com/github/yzhao062/Pyod/maintainability
:alt: Maintainability


.. image:: https://img.shields.io/github/stars/yzhao062/pyod.svg
:target: https://github.com/yzhao062/Pyod/stargazers
:alt: GitHub stars


.. image:: https://img.shields.io/github/forks/yzhao062/pyod.svg
:target: https://github.com/yzhao062/Pyod/network
:alt: GitHub forks


.. image:: https://pepy.tech/badge/pyod
:target: https://pepy.tech/project/pyod
:alt: Downloads



.. image:: https://pepy.tech/badge/pyod/month
:target: https://pepy.tech/project/pyod
:alt: Downloads

-----

PyOD is a comprehensive and scalable **Python toolkit** for **detecting outlying objects** in
Expand Down

0 comments on commit 1f6a843

Please sign in to comment.