Skip to content
Snippets Groups Projects
  1. Sep 30, 2024
  2. Sep 26, 2024
  3. Sep 14, 2024
  4. Sep 12, 2024
  5. Sep 04, 2024
  6. Aug 15, 2024
  7. Jul 30, 2024
  8. Jul 18, 2024
    • darrylong's avatar
      Enhance Model Display UI in ReadTheDocs (#632) · 5c8cd20b
      darrylong authored
      * Add dark theme to readthedocs model table
      
      * Restructure models table into separate section
      
      * Add filter label and changed clear filters button behavior
      
      * Add color highlighting for selected filter
      5c8cd20b
  9. Jul 05, 2024
  10. Jul 03, 2024
  11. Jun 29, 2024
  12. Jun 24, 2024
  13. Jun 18, 2024
  14. May 24, 2024
  15. May 23, 2024
  16. May 22, 2024
  17. May 20, 2024
  18. May 06, 2024
  19. Apr 24, 2024
    • Jaime Hieu Do's avatar
      Fix .rank() method for multiple models (#615) · ae7ba860
      Jaime Hieu Do authored
      The new Recommender.rank() function adds k as required value, which breaks some models that do not use k in ranking evaluation (e.g., ComparER, EFM, LRPPM).
      
      This commit updates .rank() for mentioned models with topK option.
      ae7ba860
  20. Apr 04, 2024
  21. Mar 31, 2024
  22. Mar 28, 2024
  23. Mar 27, 2024
  24. Mar 25, 2024
  25. Mar 21, 2024
  26. Mar 20, 2024
    • Max Beckers's avatar
      Add DMRL model (#597) · 296d2d90
      Max Beckers authored
      296d2d90
    • Theis Jendal's avatar
      Hypergraphs with Attention on Reviews for Explainable Recommendation (#600) · 44a8fc9c
      Theis Jendal authored
      * Init method
      
      * Example file
      
      * Added HypAR
      
      Added hyper and its functions.
      
      * Added dataset standard files and virtual env names to ignore
      
      * Create graph comments
      
      * Flock comments
      
      * Graph wrapper comments
      
      * ao embedding comments
      
      * Remove learned ui embeddings
      
      * Learned embedding and norm comments
      
      * fit comments
      
      * Removed unused code
      
      * Comments on main file
      
      * Removed more and comments
      
      * More comments
      
      * More comments
      
      * Updated readmes
      
      * Fix dataset name
      
      * Reference fix
      
      * Path fix
      
      * Removed example
      
      * Removed HypAR from examples readme
      
      * Styling
      
      * Added hypar doc string
      
      * Removed spacing
      
      * Added paper link
      
      * Moved docstrings to earlier
      
      * Simplified model type
      
      * Added paper reference
      
      * Added lightgcn as part of HypAR
      
      * Updated url
      
      * Fix double normalize of first layer
      44a8fc9c
  27. Mar 18, 2024
    • Theis Jendal's avatar
      Lightgcn fix (#602) · a2ee37e3
      Theis Jendal authored
      * Add git ignore
      
      * Lightgcn fix
      
      Removed normalization for layers, not used for lgcn.
      Fixed sum weight constant to num layers instead of cur layer index.
      Allow lgcn to take blocks.
      Fixed requirement error caused by newer dgl versions.
      Moved edge normalization to graph for easier use.
      
      * Lightgcn debug error fix
      
      * Simplified layer normalization and readability
      
      * Easier support of rcuda
      a2ee37e3
  28. Mar 14, 2024
  29. Mar 13, 2024
  30. Mar 06, 2024
  31. Mar 05, 2024
  32. Mar 01, 2024
    • darrylong's avatar
      Enhance serving evaluation endpoints (#595) · 37db3c96
      darrylong authored
      
      * Include metric_user_results in evaluation response, added eval json endpoint
      
      * Remove query from response
      
      * Utilize mapped inversed user id map to get original id in response
      
      * Update serving test case to remove 'query' and add 'user_result' in response
      
      * simplify user ID mapping
      
      * Combined evaluation and evaluation_json endpoints
      
      * Updated abort responses to show plaintext instead of html
      
      * Added unit test cases
      
      * Updated error response for empty data
      
      * Added unit tests for provided data evaluation
      
      * Update app.py
      
      * Update test_app.py
      
      ---------
      
      Co-authored-by: default avatarQuoc-Tuan Truong <tqtg@users.noreply.github.com>
      37db3c96
  33. Jan 24, 2024
Loading