Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Added description
  • Loading branch information
digital-idiot authored Jan 17, 2019
1 parent 26cd1fc commit 9ee334e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ def setup_package():
name="rotation_forest",
version='0.2',
description='Sklearn style implementation of the Rotation Forest Algorithm',
long_description='''
Implementation of the Algorithm: J. J. Rodriguez, L. I. Kuncheva and C. J. Alonso, "Rotation Forest: A New Classifier Ensemble Method," in IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 28, no. 10, pp. 1619-1630, Oct. 2006.
doi: 10.1109/TPAMI.2006.211''',
author='Joshua D. Loyal, Abhisek Maiti',
author_email='[email protected]'
author_email='[email protected]',
maintainer='Abhisek Maiti',
maintainer_email='[email protected]',
url='https://github.com/digital-idiot/RotationForest',
license='MIT',
install_requires=['numpy', 'scipy', 'scikit-learn'],
Expand Down

0 comments on commit 9ee334e

Please sign in to comment.