jma127 / pyltr

Python learning to rank (LTR) toolkit
BSD 3-Clause "New" or "Revised" License
463 stars 107 forks source link

How to upload the model trained in pyltr to ElasticSearch? #20

Open rk19016 opened 4 years ago

rk19016 commented 4 years ago

The trained model for ranking should be dumped to txt file before it could be upload to ElasticSearch. Is there anyone who know how to dump the trained model? By the way, how to convert the trained model to pmml file?

Thank you very much!