jma127 / pyltr

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

how to save the model #11

Closed sue2xlh closed 6 years ago

sue2xlh commented 6 years ago

how to save the model and use it to predict new data

jma127 commented 6 years ago

Hi, pickle should work for serialization and model.predict should work for prediction (see README).