{
  "_id": "6a2001d4b401979e73445d1e",
  "Package": "cmfrec",
  "Type": "Package",
  "Title": "Collective Matrix Factorization for Recommender Systems",
  "Version": "3.5.1-3",
  "Authors@R": "c(\nperson(given=\"David\", family=\"Cortes\", role=c(\"aut\", \"cre\", \"cph\"),\nemail=\"david.cortes.rivera@gmail.com\"),\nperson(given=\"Jorge\", family=\"Nocedal\", role=\"cph\",\ncomment=\"Copyright holder of included LBFGS library\"),\nperson(given=\"Naoaki\", family=\"Okazaki\", role=\"cph\",\ncomment=\"Copyright holder of included LBFGS library\"),\nperson(given=\"David\", family=\"Blackman\", role=\"cph\",\ncomment=\"Copyright holder of original Xoshiro code\"),\nperson(given=\"Sebastiano\", family=\"Vigna\", role=\"cph\",\ncomment=\"Copyright holder of original Xoshiro code\"),\nperson(given=\"NumPy\", family=\"Developers\", role=\"cph\",\ncomment=\"Copyright holder of formatted ziggurat tables\")\n)",
  "Maintainer": "David Cortes <david.cortes.rivera@gmail.com>",
  "URL": "https://github.com/david-cortes/cmfrec",
  "BugReports": "https://github.com/david-cortes/cmfrec/issues",
  "Description": "Collective matrix factorization (a.k.a. multi-view or\nmulti-way factorization, Singh, Gordon, (2008)\n<doi:10.1145/1401890.1401969>) tries to approximate a\n(potentially very sparse or having many missing values) matrix\n'X' as the product of two low-dimensional matrices, optionally\naided with secondary information matrices about rows and/or\ncolumns of 'X', which are also factorized using the same latent\ncomponents. The intended usage is for recommender systems,\ndimensionality reduction, and missing value imputation.\nImplements extensions of the original model (Cortes, (2018)\n<arXiv:1809.00366>) and can produce different factorizations\nsuch as the weighted 'implicit-feedback' model (Hu, Koren,\nVolinsky, (2008) <doi:10.1109/ICDM.2008.22>), the\n'weighted-lambda-regularization' model, (Zhou, Wilkinson,\nSchreiber, Pan, (2008) <doi:10.1007/978-3-540-68880-8_32>), or\nthe enhanced model with 'implicit features' (Rendle, Zhang,\nKoren, (2019) <arXiv:1905.01395>), with or without side\ninformation. Can use gradient-based procedures or\nalternating-least squares procedures (Koren, Bell, Volinsky,\n(2009) <doi:10.1109/MC.2009.263>), with either a Cholesky\nsolver, a faster conjugate gradient solver (Takacs, Pilaszy,\nTikk, (2011) <doi:10.1145/2043932.2043987>), or a non-negative\ncoordinate descent solver (Franc, Hlavac, Navara, (2005)\n<doi:10.1007/11556121_50>), providing efficient methods for\nsparse and dense data, and mixtures thereof. Supports L1 and L2\nregularization in the main models, offers alternative\nmost-popular and content-based models, and implements\nfunctionality for cold-start recommendations and imputation of\n2D data.",
  "License": "MIT + file LICENSE",
  "VignetteBuilder": "knitr",
  "RoxygenNote": "7.2.3",
  "NeedsCompilation": "yes",
  "Repository": "https://david-cortes.r-universe.dev",
  "Date/Publication": "2025-05-09 18:50:00 UTC",
  "RemoteUrl": "https://github.com/david-cortes/cmfrec",
  "RemoteRef": "HEAD",
  "RemoteSha": "73cb5b6bae25aa0c83234cfadd99e9705cfc0df5",
  "Packaged": {
    "Date": "2026-06-03 10:22:48 UTC",
    "User": "root"
  },
  "Author": "David Cortes [aut, cre, cph],\nJorge Nocedal [cph] (Copyright holder of included LBFGS library),\nNaoaki Okazaki [cph] (Copyright holder of included LBFGS library),\nDavid Blackman [cph] (Copyright holder of original Xoshiro code),\nSebastiano Vigna [cph] (Copyright holder of original Xoshiro code),\nNumPy Developers [cph] (Copyright holder of formatted ziggurat tables)",
  "MD5sum": "e96898628c45b4dc5abe929255c08782",
  "_user": "david-cortes",
  "_type": "src",
  "_file": "cmfrec_3.5.1-3.tar.gz",
  "_fileid": "77b6ad2b6f65b064ba01e67eb14c61dee7eec28ed17d9809d310666e16f54b75",
  "_filesize": 635883,
  "_sha256": "77b6ad2b6f65b064ba01e67eb14c61dee7eec28ed17d9809d310666e16f54b75",
  "_created": "2026-06-03T10:22:48.000Z",
  "_published": "2026-06-03T10:28:36.821Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79272737257,
      "time": 138,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7382003274"
    },
    {
      "job": 79272737233,
      "time": 131,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7382000067"
    },
    {
      "job": 79272737305,
      "time": 128,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7381999904"
    },
    {
      "job": 79272737202,
      "time": 129,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7381999487"
    },
    {
      "job": 79272737294,
      "time": 121,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7381996378"
    },
    {
      "job": 79272737297,
      "time": 300,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7382056280"
    },
    {
      "job": 79272737406,
      "time": 137,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7382001405"
    },
    {
      "job": 79272737387,
      "time": 198,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7382021853"
    },
    {
      "job": 79272154049,
      "time": 210,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7381954985"
    },
    {
      "job": 79272737288,
      "time": 109,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7381992130"
    },
    {
      "job": 79272737161,
      "time": 113,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7381994008"
    },
    {
      "job": 79272737251,
      "time": 113,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7381993399"
    },
    {
      "job": 79272737385,
      "time": 165,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7382010976"
    }
  ],
  "_buildurl": "https://github.com/r-universe/david-cortes/actions/runs/26878498404",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/david-cortes/cmfrec",
  "_commit": {
    "id": "73cb5b6bae25aa0c83234cfadd99e9705cfc0df5",
    "author": "david-cortes <david.cortes.rivera@gmail.com>",
    "committer": "david-cortes <david.cortes.rivera@gmail.com>",
    "message": "add support for free threaded python\n",
    "time": 1746816600
  },
  "_maintainer": {
    "name": "David Cortes",
    "email": "david.cortes.rivera@gmail.com",
    "login": "david-cortes",
    "description": "",
    "uuid": 11860098
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "Matrix",
      "role": "Suggests"
    },
    {
      "package": "MatrixExtra",
      "role": "Suggests"
    },
    {
      "package": "RhpcBLASctl",
      "role": "Suggests"
    },
    {
      "package": "recosystem",
      "version": ">= 0.5",
      "role": "Suggests"
    },
    {
      "package": "recommenderlab",
      "version": ">= 0.2-7",
      "role": "Suggests"
    },
    {
      "package": "MASS",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "kableExtra",
      "role": "Suggests"
    }
  ],
  "_owner": "david-cortes",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "cold-start",
    "collaborative-filtering",
    "collective-matrix-factorization",
    "openblas",
    "openmp"
  ],
  "_stars": 125,
  "_contributors": [
    {
      "user": "david-cortes",
      "count": 469,
      "uuid": 11860098
    },
    {
      "user": "nsonneborn",
      "count": 1,
      "uuid": 22140033
    }
  ],
  "_userbio": {
    "uuid": 11860098,
    "type": "user",
    "name": "david-cortes"
  },
  "_downloads": {
    "count": 230,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/cmfrec"
  },
  "_devurl": "https://github.com/david-cortes/cmfrec",
  "_searchresults": 20,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/cmfrec.html",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/david-cortes/cmfrec",
  "_realowner": "david-cortes",
  "_cranurl": true,
  "_releases": [
    {
      "version": "2.3.0",
      "date": "2020-11-23"
    },
    {
      "version": "2.3.2",
      "date": "2020-11-23"
    },
    {
      "version": "2.4.1",
      "date": "2021-01-06"
    },
    {
      "version": "2.4.2",
      "date": "2021-01-10"
    },
    {
      "version": "2.4.5",
      "date": "2021-03-01"
    },
    {
      "version": "3.1.0",
      "date": "2021-05-20"
    },
    {
      "version": "3.1.2",
      "date": "2021-06-28"
    },
    {
      "version": "3.2.1",
      "date": "2021-07-29"
    },
    {
      "version": "3.2.2",
      "date": "2021-07-30"
    },
    {
      "version": "3.2.2-1",
      "date": "2021-09-26"
    },
    {
      "version": "3.2.2-2",
      "date": "2021-11-07"
    },
    {
      "version": "3.3.0",
      "date": "2022-01-03"
    },
    {
      "version": "3.3.1",
      "date": "2022-01-05"
    },
    {
      "version": "3.4.1",
      "date": "2022-02-10"
    },
    {
      "version": "3.4.2",
      "date": "2022-02-10"
    },
    {
      "version": "3.4.3",
      "date": "2022-07-09"
    },
    {
      "version": "3.4.3-2",
      "date": "2022-10-25"
    },
    {
      "version": "3.5.0",
      "date": "2022-11-26"
    },
    {
      "version": "3.5.1",
      "date": "2023-03-08"
    },
    {
      "version": "3.5.1-1",
      "date": "2023-04-11"
    },
    {
      "version": "3.5.1-2",
      "date": "2023-11-28"
    },
    {
      "version": "3.5.1-3",
      "date": "2023-12-09"
    }
  ],
  "_exports": [
    "CMF",
    "CMF_implicit",
    "CMF.from.model.matrices",
    "ContentBased",
    "drop.nonessential.matrices",
    "factors",
    "factors_single",
    "imputeX",
    "item_factors",
    "MostPopular",
    "OMF_explicit",
    "OMF_implicit",
    "precompute.for.predictions",
    "predict_new",
    "predict_new_items",
    "swap.users.and.items",
    "topN",
    "topN_new"
  ],
  "_help": [
    {
      "page": "CMF.from.model.matrices",
      "title": "Create a CMF model object from fitted matrices",
      "topics": [
        "CMF.from.model.matrices"
      ]
    },
    {
      "page": "cmfrec",
      "title": "cmfrec package",
      "topics": [
        "cmfrec-package",
        "cmfrec"
      ]
    },
    {
      "page": "drop.nonessential.matrices",
      "title": "Drop matrices that are not used for prediction",
      "topics": [
        "drop.nonessential.matrices"
      ]
    },
    {
      "page": "factors",
      "title": "Calculate latent factors on new data",
      "topics": [
        "factors",
        "factors.CMF",
        "factors.CMF_implicit",
        "factors.ContentBased",
        "factors.OMF_explicit",
        "factors.OMF_implicit"
      ]
    },
    {
      "page": "factors_single",
      "title": "Calculate latent factors for a new user",
      "topics": [
        "factors_single",
        "factors_single.CMF",
        "factors_single.CMF_implicit",
        "factors_single.ContentBased",
        "factors_single.OMF_explicit",
        "factors_single.OMF_implicit"
      ]
    },
    {
      "page": "fit",
      "title": "Matrix Factorization Models",
      "topics": [
        "CMF",
        "CMF_implicit",
        "ContentBased",
        "fit_models",
        "MostPopular",
        "OMF_explicit",
        "OMF_implicit"
      ]
    },
    {
      "page": "imputeX",
      "title": "Impute missing entries in `X` data",
      "topics": [
        "imputeX"
      ]
    },
    {
      "page": "item_factors",
      "title": "Determine latent factors for a new item",
      "topics": [
        "item_factors"
      ]
    },
    {
      "page": "precompute.for.predictions",
      "title": "Precompute matrices to use for predictions",
      "topics": [
        "precompute.for.predictions"
      ]
    },
    {
      "page": "predict_new",
      "title": "Predict entries in new `X` data",
      "topics": [
        "predict_new",
        "predict_new.CMF",
        "predict_new.CMF_implicit",
        "predict_new.ContentBased",
        "predict_new.OMF_explicit",
        "predict_new.OMF_implicit"
      ]
    },
    {
      "page": "predict_new_items",
      "title": "Predict new columns of `X` given item attributes",
      "topics": [
        "predict_new_items"
      ]
    },
    {
      "page": "predict.cmfrec",
      "title": "Predict entries in the factorized `X` matrix",
      "topics": [
        "predict.cmfrec"
      ]
    },
    {
      "page": "print.cmfrec",
      "title": "Get information about factorization model",
      "topics": [
        "print.cmfrec"
      ]
    },
    {
      "page": "summary.cmfrec",
      "title": "Get information about factorization model",
      "topics": [
        "summary.cmfrec"
      ]
    },
    {
      "page": "swap.users.and.items",
      "title": "Swap users and items in the model",
      "topics": [
        "swap.users.and.items"
      ]
    },
    {
      "page": "topN",
      "title": "Calulate top-N predictions for a new or existing user",
      "topics": [
        "topN",
        "topN_new",
        "topN_new.CMF",
        "topN_new.CMF_implicit",
        "topN_new.ContentBased",
        "topN_new.OMF_explicit",
        "topN_new.OMF_implicit"
      ]
    }
  ],
  "_readme": "https://github.com/david-cortes/cmfrec/raw/HEAD/README.md",
  "_rundeps": [],
  "_sysdeps": [
    {
      "shlib": "liblapack",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libblas",
      "package": "libopenblas0-pthread",
      "source": "openblas",
      "version": "0.3.26+ds-1ubuntu0.1",
      "name": "openblas",
      "homepage": "https://www.openblas.net/",
      "description": "Optimized BLAS (linear algebra) library (shared lib, pthread)"
    },
    {
      "shlib": "libgomp",
      "package": "libgomp1",
      "source": "gcc",
      "version": "14.2.0-4ubuntu2~24.04.1",
      "name": "openmp",
      "homepage": "http://gcc.gnu.org/",
      "description": "GCC OpenMP (GOMP) support library"
    }
  ],
  "_vignettes": [
    {
      "source": "cmfrec_vignette.Rmd",
      "filename": "cmfrec_vignette.html",
      "title": "Matrix Factorization with Side Info",
      "author": "David Cortes",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Matrix Factorization",
        "Loading the data",
        "Creating a train-test split",
        "Classical model",
        "How good is it?",
        "Improving the classical model",
        "Adding side information",
        "Generating Top-N recommendations",
        "Recommendations for existing users",
        "Recommendations for new users",
        "Cold-start recommendations"
      ],
      "created": "2021-05-07 01:14:20",
      "modified": "2022-11-22 20:36:15",
      "commits": 7
    }
  ],
  "_score": 6.096910013008056,
  "_indexed": true,
  "_nocasepkg": "cmfrec",
  "_universes": [
    "david-cortes"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "3.5.1-3",
      "date": "2026-06-03T10:25:16.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "73cb5b6bae25aa0c83234cfadd99e9705cfc0df5",
      "fileid": "aea670602e6ac462779d11a6106bbbeebe11a8f588e0a193e51de18f867d6984",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/26878498404"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "3.5.1-3",
      "date": "2026-06-03T10:25:03.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "73cb5b6bae25aa0c83234cfadd99e9705cfc0df5",
      "fileid": "71c840a062e9cfba44450c62dbbe57488ed948dac8f32150d8f5dae9ef7cd67d",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/26878498404"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "3.5.1-3",
      "date": "2026-06-03T10:25:05.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "73cb5b6bae25aa0c83234cfadd99e9705cfc0df5",
      "fileid": "315bab0c1f2c4c1a4cfdfda90f2fb998d267cdb1e13481b1ef37bd9a48615ee5",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/26878498404"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "3.5.1-3",
      "date": "2026-06-03T10:25:00.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "73cb5b6bae25aa0c83234cfadd99e9705cfc0df5",
      "fileid": "bdfa0ee53f5912ee93687005c9a425569352cc95f48dd9c53ea7843c45238233",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/26878498404"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "3.5.1-3",
      "date": "2026-06-03T10:24:54.000Z",
      "arch": "aarch64",
      "commit": "73cb5b6bae25aa0c83234cfadd99e9705cfc0df5",
      "fileid": "f55aac52bec2b393b1674b661cbe2df9621e27d3f05b864ae6e8508ae7291896",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/26878498404"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "3.5.1-3",
      "date": "2026-06-03T10:27:29.000Z",
      "arch": "x86_64",
      "commit": "73cb5b6bae25aa0c83234cfadd99e9705cfc0df5",
      "fileid": "aa754093427f8fbcf08356a205e9da9667f3fa34893135f48f04999be2a1200b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/26878498404"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "3.5.1-3",
      "date": "2026-06-03T10:25:04.000Z",
      "arch": "aarch64",
      "commit": "73cb5b6bae25aa0c83234cfadd99e9705cfc0df5",
      "fileid": "0c86c037911876934b8c215ee680e1930a3465dd13b7835857407a96aa86c776",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/26878498404"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "3.5.1-3",
      "date": "2026-06-03T10:25:55.000Z",
      "arch": "x86_64",
      "commit": "73cb5b6bae25aa0c83234cfadd99e9705cfc0df5",
      "fileid": "974c2c041da3bf2b4efdd56b66ce68add894789a9b6b364292303c98a3657310",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/26878498404"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "3.5.1-3",
      "date": "2026-06-03T10:25:02.000Z",
      "arch": "emscripten",
      "commit": "73cb5b6bae25aa0c83234cfadd99e9705cfc0df5",
      "fileid": "2b87f6129f6e03c051e4a6ae821cf94216e48f22162cc85fb68afb0a9bf912db",
      "status": "success",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/26878498404"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "3.5.1-3",
      "date": "2026-06-03T10:24:19.000Z",
      "arch": "x86_64",
      "commit": "73cb5b6bae25aa0c83234cfadd99e9705cfc0df5",
      "fileid": "2c83db6cf3219dcf79d7cf63550e77aa2116c6ab221ed37365a23f2afe8ea9c3",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/26878498404"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "3.5.1-3",
      "date": "2026-06-03T10:24:23.000Z",
      "arch": "x86_64",
      "commit": "73cb5b6bae25aa0c83234cfadd99e9705cfc0df5",
      "fileid": "87ac8370514fb27a13f0960e373fb34d5467a654e1c7ecbe2b9ae2e3dbed4b80",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/26878498404"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "3.5.1-3",
      "date": "2026-06-03T10:24:58.000Z",
      "arch": "x86_64",
      "commit": "73cb5b6bae25aa0c83234cfadd99e9705cfc0df5",
      "fileid": "aba8d32cbe958e0b51d8616cad9fce1e8c0600f8e4ee72db36cc86075c086d49",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/david-cortes/actions/runs/26878498404"
    }
  ]
}