Metadata-Version: 2.1
Name: loganary-ranking
Version: 0.1.0
Summary: Loganary Ranking Library.
Home-page: https://github.com/codelibs/logana
Author: CodeLibs Project
Author-email: dev@codelibs.org
License: Apache Software License
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: tensorflow
Requires-Dist: tensorflow-serving-api
Requires-Dist: tensorflow-ranking


Loganary Ranking
================

Loganary Ranking is Python Library for Logana, which provides features for Learning To Rank.

## Install Logana Ranking

    $ pip install loganary-ranking

### Requirements

* Python 3.6 or the above

## Examples

* [Examples Code](https://github.com/codelibs/logana/tree/master/python/ranking/examples)


