darrylong
darrylong
### Description This PR involves 2 changes to the serving functions: 1. Add `metric_user_results` to evaluation results as `user_result` 2. Add `/evaluation-json` endpoint to accept evaluation data in the form...
### Description Certain ranking metrics currently take a considerably long time for a single calculation output. ### Other Comments It could be due to: 1. Some slow calculation in the...
### Description Following up from #624, this PR splits model table display into a separate page, with a dedicated section on documentation. The sections will now consist of the following:...
### Description In this PR, a model ensembling tutorial is added. This tutorial utilizes scikit-learn to perform ensembling on top of trained models on Cornac. ### Related Issues ### Checklist:...
### Description This PR adds a section in the readme to showcase an AB-testing framework which uses the Cornac API serving extension. ### Related Issues ### Checklist: - [ ]...
### Description #### Current status Currently in readthedocs, we split our sections to 4 broad sections: - Installation - Quickstart - For developers - For researchers #### Explanation of proposed...
### Description In the [Models Available](https://cornac.readthedocs.io/en/v2.2.2/models/index.html) section in readthedocs, this table is pulled from the html and js file in https://github.com/PreferredAI/cornac/tree/master/docs/source/_static/models. This requires manual building from running this file: https://github.com/PreferredAI/cornac/blob/master/docs/generate_model_js.py...