File tree Expand file tree Collapse file tree 4 files changed +19
-3
lines changed Expand file tree Collapse file tree 4 files changed +19
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11[](https://travis-ci.org/all-umass/metric_learn)
22[](http://badges.mit-license.org)
3+
34# metric_learn
45
56Metric Learning algorithms in Python.
Original file line number Diff line number Diff line change 1+ [bdist_wheel]
2+ universal = 1
3+
4+ [metadata]
5+ description-file = README.rst
Original file line number Diff line number Diff line change 66setup (name = 'metric_learn' ,
77 version = version ,
88 description = 'Python implementations of metric learning algorithms' ,
9- author = 'CJ Carey' ,
9+ author = [ 'CJ Carey' , 'Yuan Tang' ] ,
10101111 url = 'http://github.com/all-umass/metric_learn' ,
1212 license = 'MIT' ,
1313 classifiers = [
1414 'Development Status :: 4 - Beta' ,
1515 'License :: OSI Approved :: MIT License' ,
1616 'Programming Language :: Python' ,
17+ 'Operating System :: OS Independent' ,
18+ 'Intended Audience :: Science/Research' ,
19+ 'Topic :: Scientific/Engineering'
1720 ],
1821 packages = ['metric_learn' ],
1922 install_requires = [
2023 'numpy' ,
2124 'scipy' ,
2225 'scikit-learn'
2326 ],
24- test_suite = 'test'
25- )
27+ test_suite = 'test' ,
28+ keywords = [
29+ 'Metric Learning' ,
30+ 'Large Margin Nearest Neighbor' ,
31+ 'Information Theoretic Metric Learning' ,
32+ 'Sparse Determinant Metric Learning' ,
33+ 'Least Squares Metric Learning' ,
34+ 'Neighborhood Components Analysis'
35+ ])
You can’t perform that action at this time.
0 commit comments