PreferredAI / cornac

A Comparative Framework for Multimodal Recommender Systems
https://cornac.preferred.ai
Apache License 2.0
845 stars 138 forks source link

Add Model Table Display into Readthedocs #624

Closed darrylong closed 2 weeks ago

darrylong commented 1 month ago

Description

In this PR, we add a JS based table into readthedocs, so as to allow filtering/sorting functions for our growing number of models.

Related Issues

This supports #542, which could be used for further integration.

Checklist:

tqtg commented 3 weeks ago

@darrylong is it possible to include a few screenshots illustrating searching/filtering/sorting functions of the generated table?

darrylong commented 2 weeks ago

@darrylong is it possible to include a few screenshots illustrating searching/filtering/sorting functions of the generated table?

Table on Readthedocs: Screenshot 2024-06-18 at 11 01 46 AM

When filtering by keyword: Screenshot 2024-06-18 at 11 03 09 AM

Content Based Models clicked: Screenshot 2024-06-18 at 11 03 26 AM

Sorting when header is clicked: Screenshot 2024-06-18 at 11 03 44 AM

tqtg commented 2 weeks ago

The table looks great. Thanks @darrylong

There are some test errors related to Numpy version. We might need to fix them in another PR.