-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
71 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
Fraud Eagle Algorithm | ||
===================== | ||
|
||
| |GPLv3| | ||
| |Build Status| | ||
| |wercker status| | ||
| |Code Climate| | ||
| |Release| | ||
| |Japanese| | ||
|Logo| | ||
|
||
| This package provides an implementation of Fraud Eagle algorithm. | ||
| This algorithm has been introduced by Leman Akoglu, *et al.* in | ||
| `ICWSM | ||
2013 <https://www.aaai.org/ocs/index.php/ICWSM/ICWSM13/paper/viewFile/5981/6338>`__ | ||
See `the documents <https://rgmining.github.io/fraud-eagle/>`__ for more | ||
information. | ||
|
||
Installation | ||
------------ | ||
|
||
Use ``pip`` to install this package. | ||
|
||
:: | ||
|
||
pip install --upgrade rgmining-fraud-eagle | ||
|
||
License | ||
------- | ||
|
||
| This software is released under The GNU General Public License Version | ||
3, | ||
| see `COPYING <COPYING>`__ for more detail. | ||
.. |GPLv3| image:: https://img.shields.io/badge/license-GPLv3-blue.svg | ||
:target: https://www.gnu.org/copyleft/gpl.html | ||
.. |Build Status| image:: https://travis-ci.org/rgmining/fraud-eagle.svg?branch=master | ||
:target: https://travis-ci.org/rgmining/fraud-eagle | ||
.. |wercker status| image:: https://app.wercker.com/status/fb1061f0043991bf7609a198a96acbaf/s/master | ||
:target: https://app.wercker.com/project/byKey/fb1061f0043991bf7609a198a96acbaf | ||
.. |Code Climate| image:: https://codeclimate.com/github/rgmining/fraud-eagle/badges/gpa.svg | ||
:target: https://codeclimate.com/github/rgmining/fraud-eagle | ||
.. |Release| image:: https://img.shields.io/badge/release-0.9.5-brightgreen.svg | ||
:target: https://github.com/rgmining/fraud-eagle/releases/tag/v0.9.5 | ||
.. |Japanese| image:: https://img.shields.io/badge/qiita-%E6%97%A5%E6%9C%AC%E8%AA%9E-brightgreen.svg | ||
:target: http://qiita.com/jkawamoto/items/d2284316cc37cd810bfd | ||
.. |Logo| image:: https://rgmining.github.io/fraud-eagle/_static/image.png | ||
:target: https://rgmining.github.io/fraud-eagle/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
networkx | ||
numpy | ||
-e git+https://github.com/rgmining/common#egg=rgmining-common-master | ||
rgmining-common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters