Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PreferredAI/cornac
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.18.0
Choose a base ref
...
head repository: PreferredAI/cornac
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 20 commits
  • 67 files changed
  • 8 contributors

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    a60bb86 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Configuration menu
    Copy the full SHA
    200a1a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Add Temporal-Item-Frequency-based User-KNN (TIFUKNN) model (#566)

    * Add Temporal-Item-Frequency-based User-KNN (TIFUKNN) model for next basket recommendation
    
    * replace KNN with KDTree
    
    * refactor code
    
    * Fix scoring function using the average neighbors vectors
    lthoang authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    f0e36cd View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Update draft-config.yml

    darrylong authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    b39f415 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Add RecVAE model (#568)

    * Added RecVAE
    
    * add recvae example
    
    * update readme
    
    * update README
    
    * fix conflict
    
    * remove local ndcg func
    
    * removed unnecessary things from the source code.
    
    * Add None Seed
    
    * Remove unsued code. Fix bottleneck
    
    * Added docstring for main class
    
    * sort the imports alphabetically
    
    * fix typo
    
    * reorder import s
    
    * CSR: Compressed Sparse Row, CSC: Compressed Sparse Colum
    
    * reorder imports
    
    * Update models.rst
    
    * Update README.md
    
    ---------
    
    Co-authored-by: SEUNGHEE.oh <seunghee.oh@hp.com>
    Co-authored-by: Quoc-Tuan Truong <tqtg@users.noreply.github.com>
    3 people authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    477405a View commit details
    Browse the repository at this point in the history
  2. Add next-item pipeline (#561)

    * Add `data.dataset.SequentialDataset` to support new data formats:
      * "SIT": Session, Item, Timestamp
      * "SITJson": Session, Item, Timestamp, Json
      * "USIT": User, Session, Item, Timestamp
      * "USITJson": User, Session, Item, Timestamp, Json
    * Add `data.reader` parser for listed formats
    * Add `eval_method.NextItemEvaluation` for next-item evaluation
    * Add `models.SPop` baseline model: session-based popular
    * Add `gowalla` check-ins and `yoochoose` datasets
    * Add unit tests
    
    ---------
    
    Co-authored-by: lthoang <trhoanglee@gmail.com>
    Co-authored-by: tqtg <tuantq.vnu@gmail.com>
    3 people authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    eabdd2d View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    b69a235 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    031f32b View commit details
    Browse the repository at this point in the history
  2. Add back Circle CI for publishing code coverage (#573)

    * add config.yml
    
    * Bump circleci python orb version
    tqtg authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    f2d44ce View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    aed8ece View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    78e3bd4 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Add Recency Aware Collaborative Filtering for Next Basket Recommendat…

    …ion (UPCF) Model (#587)
    
    * Add Recency Aware Collaborative Filtering for Next Basket Recommendation (UPCF) Model
    
    * Remove unused seed variable
    
    * Fixed similaripy version
    lthoang authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    b845e88 View commit details
    Browse the repository at this point in the history
  2. Add Correlation-Sensitive Next-Basket Recommendation (Beacon) Model (#…

    …584)
    
    * Add beacon model
    
    * Add example
    
    * Update docs
    
    * Fixed data_iter
    
    * refactor code
    lthoang authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    ef374a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    e9bf863 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Add Deep Neural Network for Temporal Sets Prediction (DNNTSP) Model (#…

    …586)
    
    * Add DNNTSP Model
    
    * refactor code
    
    * refactor code
    
    * Fix scoring function
    
    * refactor code
    
    * Add random seed
    
    * refactor code
    
    * refactor code
    
    * Fix weight_mse and multi_label loss
    
    * Update multi_label loss using sum reduction
    
    ---------
    
    Co-authored-by: Quoc-Tuan Truong <tqtg@users.noreply.github.com>
    lthoang and tqtg authored Jan 20, 2024
    Configuration menu
    Copy the full SHA
    85ce38c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Fix max_seq_length variable using the maximum number of baskets in tr…

    …aining sequences as default (#591)
    lthoang authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    07760ba View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Add column model type into table models (#588)

    * Add colunm model type into table models
    
    * Update README.md
    
    * Shorten requirements to give more space for other columns
    
    * Shorten a few model names
    
    * Update README.md
    
    * Shorten LRPPM model title
    
    * Shorten examples
    
    ---------
    
    Co-authored-by: Quoc-Tuan Truong <tqtg@users.noreply.github.com>
    lthoang and tqtg authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    92a94e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Enhance serving evaluation endpoints (#595)

    * 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: Quoc-Tuan Truong <tqtg@users.noreply.github.com>
    darrylong and tqtg authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    37db3c9 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    015100b View commit details
    Browse the repository at this point in the history
  2. Release v2.0.0

    darrylong committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f9738c9 View commit details
    Browse the repository at this point in the history
Loading