inspirehep / beard-server

Application providing REST API over Beard
GNU General Public License v2.0
2 stars 4 forks source link

predictor: extend the model with astro-ph #5

Open jacenkow opened 8 years ago

jacenkow commented 8 years ago

The current version of beard-server only supports one general model for arXiv preprints. Special models for astro-ph must be trained.

jalavik commented 8 years ago

👍

Here are the classifiers from production that we can add: https://github.com/inspirehep/inspire-next/tree/production/inspirehep/modules/predicter/classifiers

For the unpickling to work, you just need to search/replace the imports with the current ones. E.g. s/inspirehep.modules.predicter.arxiv._get_title/beard_server.modules.predictor.arxiv._get_title/g

jacenkow commented 8 years ago

Next thing to do on my list: