Skip to content

Python client to deal with Learning to Rank (automatic relevance optimization) plugin for Elasticsearch

License

Notifications You must be signed in to change notification settings

diego-fustes/elasticsearch-ltr-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elasticsearch-ltr-py

Python client to deal with Learning to Rank (automatic relevance optimization) plugin for Elasticsearch (https://elasticsearch-learning-to-rank.readthedocs.io/en/latest)

Installation

Open a terminal and in the project root folder run:

python setup.py install

Example use

>>> from elasticsearch_ltr import ElasticsearchLTR
>>> es = ElasticsearchLTR()
>>> es.features.get_featureset('test_featureset')

See more examples in the package elasticsearch_ltr/example

About

Python client to deal with Learning to Rank (automatic relevance optimization) plugin for Elasticsearch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages