Skip to content

Releases: PreferredAI/cornac

Cornac 1.10.0

28 Dec 07:16

Choose a tag to compare

New models

  • NARRE: Neural Attentional Rating Regression with Review-level Explanations (#356)
  • BiVAECF: Bilateral Variational Autoencoder for Collaborative Filtering (#375)

Improvements

  • Update SKMeans to account for max_iter and seed (#377)
  • Add SKMeans example (#378)
  • Add function to generate gamma variates (#379)

Cornac 1.9.0

04 Nov 08:49

Choose a tag to compare

New features

  • StratifiedSplit evaluation method (#367)

Cornac 1.8.0

15 Oct 04:05

Choose a tag to compare

New changes

  • Update link to download the Film Trust dataset (#355)
  • Add review-level for review modality (#353)
  • Add Amazon Digital Music dataset including ratings and reviews (#357)
  • Fix rank() function to work with arbitrary item_indices (#363)

Cornac 1.7.1

15 Jul 11:21

Choose a tag to compare

New changes

  • Fix ConvMF loss info (#349)

Cornac 1.7.0

15 Jul 10:38

Choose a tag to compare

New changes

  • Add Review Modality (#344)
  • Conditional VAE for Collaborative Filtering (CVAECF) model (#345)
  • Update init args and fix dimension mismatch in ConvMF model (#348)

Cornac 1.6.1

06 Jun 08:40

Choose a tag to compare

New improvements

  • Fix bug of Z dims in SoRec (#340)
  • Add a reference to topic model in CTR (#341)

Cornac 1.6.0

29 May 08:44

Choose a tag to compare

New features

  • Add Mean Average Precision (MAP) metric (#338)

Cornac 1.5.2

11 May 04:38

Choose a tag to compare

New improvements

  • Fix bug in graph modality (#333)
  • Update models to support clone function (#334)
  • Add lambda_reg argument for NMF model (#335)
  • Use tqdm.auto for multiple environment compatibility (#336)

Cornac 1.5.1

06 May 09:24

Choose a tag to compare

New improvements

  • Improve the efficiency of KNN methods (#331)
  • Use tqdm.auto for compatibility on Jupyter notebook env (#332)

Cornac 1.5.0

01 May 04:35

Choose a tag to compare

New models

  • MTER model is faster with Cython (#320)
  • Neighborhood-based methods (UserKNN and ItemKNN) (#329)