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 6b1d193 commit 3c9eac3Copy full SHA for 3c9eac3
setup.py
@@ -12,6 +12,8 @@
12
package_dir={'boruta': 'boruta'},
13
package_data={'boruta/examples/*csv': ['boruta/examples/*.csv']},
14
include_package_data=True,
15
+ long_description=open('README.md').read(),
16
+ long_description_content_type='text/markdown',
17
keywords=['feature selection', 'machine learning', 'random forest'],
18
install_requires=['numpy>=1.10.4',
19
'scikit-learn>=0.17.1',
0 commit comments