-
Notifications
You must be signed in to change notification settings - Fork 157
Comparing changes
Open a pull request
base repository: PreferredAI/cornac
base: v1.18.0
head repository: PreferredAI/cornac
compare: v2.0.0
- 20 commits
- 67 files changed
- 8 contributors
Commits on Dec 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a60bb86 - Browse repository at this point
Copy the full SHA a60bb86View commit details
Commits on Dec 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 200a1a4 - Browse repository at this point
Copy the full SHA 200a1a4View commit details
Commits on Dec 17, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for f0e36cd - Browse repository at this point
Copy the full SHA f0e36cdView commit details
Commits on Dec 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b39f415 - Browse repository at this point
Copy the full SHA b39f415View commit details
Commits on Dec 26, 2023
-
* 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>
Configuration menu - View commit details
-
Copy full SHA for 477405a - Browse repository at this point
Copy the full SHA 477405aView commit details -
* 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>
Configuration menu - View commit details
-
Copy full SHA for eabdd2d - Browse repository at this point
Copy the full SHA eabdd2dView commit details
Commits on Dec 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b69a235 - Browse repository at this point
Copy the full SHA b69a235View commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 031f32b - Browse repository at this point
Copy the full SHA 031f32bView commit details -
Add back Circle CI for publishing code coverage (#573)
* add config.yml * Bump circleci python orb version
Configuration menu - View commit details
-
Copy full SHA for f2d44ce - Browse repository at this point
Copy the full SHA f2d44ceView commit details
Commits on Jan 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aed8ece - Browse repository at this point
Copy the full SHA aed8eceView commit details
Commits on Jan 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78e3bd4 - Browse repository at this point
Copy the full SHA 78e3bd4View commit details
Commits on Jan 17, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for b845e88 - Browse repository at this point
Copy the full SHA b845e88View commit details -
Add Correlation-Sensitive Next-Basket Recommendation (Beacon) Model (#…
…584) * Add beacon model * Add example * Update docs * Fixed data_iter * refactor code
Configuration menu - View commit details
-
Copy full SHA for ef374a4 - Browse repository at this point
Copy the full SHA ef374a4View commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9bf863 - Browse repository at this point
Copy the full SHA e9bf863View commit details
Commits on Jan 20, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 85ce38c - Browse repository at this point
Copy the full SHA 85ce38cView commit details
Commits on Jan 22, 2024
-
Fix max_seq_length variable using the maximum number of baskets in tr…
…aining sequences as default (#591)
Configuration menu - View commit details
-
Copy full SHA for 07760ba - Browse repository at this point
Copy the full SHA 07760baView commit details
Commits on Jan 24, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 92a94e3 - Browse repository at this point
Copy the full SHA 92a94e3View commit details
Commits on Mar 1, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 37db3c9 - Browse repository at this point
Copy the full SHA 37db3c9View commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 015100b - Browse repository at this point
Copy the full SHA 015100bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9738c9 - Browse repository at this point
Copy the full SHA f9738c9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.18.0...v2.0.0