Skip to content

Releases: PreferredAI/cornac

Cornac 1.14.1

26 Sep 07:01

Choose a tag to compare

Change name of lambda args of SoRec model (#438)

Cornac 1.14.0

17 Sep 03:14

Choose a tag to compare

Improvements

  • Fix sign in AMR model (#429)
  • Add model selection strategy (best or last) for NARRE model (#435)
  • Speed up building kNN graph in GraphModality (#436)
  • add_modalities method for separately built modalities (#437)

Cornac 1.13.5

13 Jul 09:51

Choose a tag to compare

Fix pre-built wheels for MacOS

Cornac 1.13.4

12 Jul 14:42

Choose a tag to compare

Use ubuntu-18.04 CI image for better compatibility builds

Cornac 1.13.3

12 Jul 07:40

Choose a tag to compare

Add missing numpy~=1.19.0 in publish action

Cornac 1.13.2

12 Jul 07:12

Choose a tag to compare

Fix numpy.ndarray size changed from NumPy v1.20

Cornac 1.13.1

11 Jul 06:03

Choose a tag to compare

Support Python 3.9 with pre-built wheels

Cornac 1.13.0

09 Jul 15:55

Choose a tag to compare

New models

  • CausalRec: Causal Inference for Visual Debiasing in Visually-Aware Recommendation (#415)
  • Adversarial Training Towards Robust Multimedia Recommender System (#420)

New feature

  • Propensity Stratified Evaluation Method (#403) and tutorial (#408)

Improvements

  • Add GitHub actions for CI testing and pypi upload
  • Update model names

Cornac 1.12.0

30 Mar 03:20

Choose a tag to compare

New models

  • Explainable Recommendation with Comparative Constraints on Product Aspects (ComparER) (#392)

Improvements

  • Fix some broken links
  • Fix linux platform check (#397)

Cornac 1.11.0

29 Jan 08:08

Choose a tag to compare

New model

  • Factorization Machines (FM) (#343)

Improvements

  • Update HPF initialization to use seed value (#380)
  • Add example Poisson Factorization vs BPR on MovieLens data (#381)
  • Add clarification when test_size and val_size > 1 (#382)
  • Shorten README (#383)
  • Update NARRE model (#384)
  • Import filmtrust in datasets module (#388)