We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 869b52c commit ba9b2c0Copy full SHA for ba9b2c0
setup.py
@@ -4,11 +4,12 @@
4
version='0.1.1',
5
description='Python Implementation of Boruta Feature Selection',
6
url='https://github.com/danielhomola/boruta_py',
7
+ download_url='https://github.com/danielhomola/boruta_py/tarball/0.1.1',
8
author='Daniel Homola',
9
author_email='dani.homola@gmail.com',
10
license='BSD 3 clause',
11
packages=['boruta'],
- zip_safe=False,
12
+ keywords=['feature selection', 'machine learning', 'random forest'],
13
install_requires=['numpy>=1.10.4',
14
'scikit-learn>=0.17.1',
15
'scipy>=0.17.0'
0 commit comments