Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"deep-learning",
"machine-learning",
"pytorch",
"recommendation-system",
"recommender-system",
"tensorflow",
"dask",
"gpu",
"rapidsai",
"recsys"
],
"is_fork": false,
"size_kb": 118332,
"has_wiki": true,
"homepage": "https://nvidia-merlin.github.io/models/main/index.html",
"languages": {
"Shell": 3127,
"Python": 2393882,
"Makefile": 4250
},
"pushed_at": "2024-05-04T12:44:50Z",
"created_at": "2021-05-03T18:15:41Z",
"owner_type": "Organization",
"updated_at": "2026-07-19T22:15:20Z",
"description": "Merlin Models is a collection of deep learning recommender system model reference implementations",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "NVIDIA-Merlin",
"company": null,
"location": null,
"followers": 468,
"avatar_url": "https://avatars.githubusercontent.com/u/81591093?v=4",
"created_at": "2021-03-29T20:29:19Z",
"is_verified": null,
"public_repos": 15,
"account_age_days": 1949
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v23.12.00",
"kind": "minor",
"published_at": "2024-01-09T12:45:38Z"
},
{
"tag": "v23.08.01",
"kind": "patch",
"published_at": "2023-11-14T20:20:26Z"
},
{
"tag": "v23.08.00",
"kind": "minor",
"published_at": "2023-08-29T16:28:11Z"
},
{
"tag": "v23.06.00",
"kind": "minor",
"published_at": "2023-06-22T20:54:17Z"
},
{
"tag": "v23.05.00",
"kind": "minor",
"published_at": "2023-05-31T14:40:21Z"
},
{
"tag": "v23.04.00",
"kind": "minor",
"published_at": "2023-04-26T20:36:40Z"
},
{
"tag": "v23.02.00",
"kind": "minor",
"published_at": "2023-03-08T16:34:14Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2023-02-03T22:29:44Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2022-11-22T19:49:34Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2022-10-24T18:29:36Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2022-09-26T18:14:17Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2022-09-06T18:34:49Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2022-07-19T21:30:23Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2022-06-15T00:24:13Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2022-05-10T00:05:15Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2022-04-06T23:17:20Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2022-03-03T00:24:27Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2022-02-02T17:09:40Z"
}
],
"recent_commits": [
{
"oid": "eb1e54196a64a70950b2a7e7744d2150e052d53e",
"body": "Signed-off-by: Mike McKiernan <mmckiernan@nvidia.com>",
"is_bot": false,
"headline": "Add GDPR info to footer (#1237)",
"author_name": "Mike McKiernan",
"author_login": "mikemckiernan",
"committed_at": "2024-04-25T10:51:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48e0c702afc73d8cbb8067c06074b425cb26725f",
"body": "* move merlin dependecy install in horovod-cpu tests\r\n\r\n* trigger horovod test",
"is_bot": false,
"headline": "move merlin dependecy install in horovod-cpu tests (#1235)",
"author_name": "edknv",
"author_login": "edknv",
"committed_at": "2024-01-08T22:05:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bec1a5b27e0277bad4b7292d1cfa26ac215b13b",
"body": null,
"is_bot": false,
"headline": "fix dependencies in docs build (#1236)",
"author_name": "edknv",
"author_login": "edknv",
"committed_at": "2024-01-08T20:16:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "162f4984b9b20619f7d504400801bddb8c3ca199",
"body": "* Fix sok import error in ut\r\n\r\n* Update SOK import in backend.py",
"is_bot": false,
"headline": "Fix sok import error in ut (#1232)",
"author_name": "Emma",
"author_login": "EmmaQiaoCh",
"committed_at": "2024-01-07T07:00:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80b086f34ab6634d19c041c264f173858a0ab669",
"body": "* Remove output_names from base BaseModel.\r\n\r\n* Add assertion for output signature of saved model to test_topk_encoder\r\n\r\n* Move compile method from BaseModel to Model\r\n\r\n* Correct name of structured outputs\r\n\r\n* Move compile method back and add special case for TopKOutput",
"is_bot": false,
"headline": "Ensure TopKEncoder has correct outputs when model is saved (#1225)",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-11-10T17:47:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16d289a77227c73817464c815b6fa8c0c78f56a5",
"body": "…(#1214)\n\nCo-authored-by: rnyak <16246900+rnyak@users.noreply.github.com>",
"is_bot": false,
"headline": "Handle ColumnSchema `target` in serialization of `SequenceTransform` …",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-11-02T17:47:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcc55c27afea0431c54534540e594851287302b6",
"body": "…218)\n\n* Change model call default arg values to None instead of bool vals\r\n\r\nThis fixes an issue with model saving where the concrete function\r\ncannot be matched correctly\r\n\r\n* Add linux-amd64-gpu-p100-latest-1 to actionlint config\r\n\r\n---------\r\n\r\nCo-authored-by: rnyak <16246900+rnyak@users.noreply.github.com>",
"is_bot": false,
"headline": "Change model call default arg values to None instead of bool vals (#1…",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-11-01T21:41:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d99e53e6b8521cfe85c0ab7bbe8ea150289ecf4",
"body": "* improve the hpo test",
"is_bot": false,
"headline": "improve the hpo test (#1222)",
"author_name": "Radek Osmulski",
"author_login": "radekosmulski",
"committed_at": "2023-10-31T03:25:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba1b77597c8ccf5cfef6c6c1f6cb95d3048d71b5",
"body": "* use rapids infra to run testing\r\n\r\n* remove branch tags from logic\r\n\r\n* remove artifact dupe of jobs field\r\n\r\n* add back in logic for branch identification\r\n\r\n* add gpus flag to container call\r\n\r\n* checking gpu with nvidia-smi\r\n\r\n* using private container test\r\n\r\n* adding correct address for container\r\n\r\n* add new container pull logic to all test sets\r\n\r\n* consolidate testing because all in one container",
"is_bot": false,
"headline": "use rapids infra to run testing (#1216)",
"author_name": "Julio Perez",
"author_login": "jperez999",
"committed_at": "2023-10-15T03:53:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96fcccedd43cbdf470fe3322ea3978a9c82242d5",
"body": "This PR replaces the `copy_prs` functionality from the `ops-bot` with the new dedicated `copy-pr-bot` GitHub application.\r\n\r\nThorough documentation for the new `copy-pr-bot` application can be viewed below.\r\n\r\n- https://docs.gha-runners.nvidia.com/apps/copy-pr-bot/\r\n\r\n**Important**: `copy-pr-bot` en\n[…]\nha-runners.nvidia.com/cpr/contributors.\r\n\r\nThis information is all included on the documentation page linked above.\r\n\r\n_I've skipped CI on this PR since it's not a change that is tested._\r\n\r\n[skip ci]",
"is_bot": false,
"headline": "Use `copy-pr-bot` (#1209)",
"author_name": "AJ Schmidt",
"author_login": "ajschmidt8",
"committed_at": "2023-09-05T17:03:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a1d0be2a00248696e1c1c6d9b299ae904b94b9aa",
"body": "…rained embeddings) (#1198)\n\n* Making retrieval model to_top_k_model(), candidate_embeddings() and batch_predict() support Loader with transforms for pre-trained embeddings in item tower\r\n\r\n* Fixing test error and ensuring all batch_predict() with the new API support Loader with transforms (which in\n[…]\nhich was using wrong schema to export query and item embeddings\r\n\r\n* Added missing importorskip on torch and pytorch_lightning for torch integration tests\r\n\r\n* Skiping a test if nvtabular is available",
"is_bot": false,
"headline": "Makes RetrievalModelV2 support item tower with transforms (e.g. pre-t…",
"author_name": "Gabriel Moreira",
"author_login": "gabrielspmoreira",
"committed_at": "2023-07-20T22:42:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "52c89a4e7a89d80a89f8f366c25ad277a378a030",
"body": "* first impelementation of tabular predict next\r\n\r\n* add unit tests\r\n\r\n* include PR comments\r\n\r\n* fix docstrings description\r\n\r\n* include Marc comments\r\n\r\n* add torchscript support to TabularPredictNextModule\r\n\r\n---------\r\n\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "Add TabularPredictNext for causal item prediction task (#1202)",
"author_name": "Sara Rabhi",
"author_login": "sararb",
"committed_at": "2023-07-18T17:03:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe7a9f4569ad5a56a4d53cf69e399bc086572516",
"body": "* First pass over generic map\r\n\r\n* Adding user-facing map/walk\r\n\r\n* Expose map & walk in __init__\r\n\r\n* Trying to fix failing tests",
"is_bot": false,
"headline": "Add generic map that works on any Module (#1203)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-07-18T00:05:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f035867658436b041de684ba32f3892c68428fe8",
"body": "* Adding CrossAttentionBlock\r\n\r\n* Fix failing test by setting dropout=0.0\r\n\r\n* proposed changes\r\n\r\n---------\r\n\r\nCo-authored-by: edknv <edwardk@nvidia.com>\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "Adding CrossAttentionBlock (#1193)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-07-12T21:28:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28b690cd39a187e658ad37edff1d8f0786d16bd6",
"body": "* Adding sequence-defaults in TabularInputBlock\r\n\r\n* First pass over stack_context\r\n\r\n* Fixing failing tests",
"is_bot": false,
"headline": "Adding sequence-defaults in TabularInputBlock (#1200)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-07-12T16:02:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b1ff945f8e9a42b5abfecef87b4e1c24a34a629",
"body": "…. (#1194)\n\n* First commit\r\n\r\n* Implementing more methods in ContainerMixin\r\n\r\n* Add recurse flag to all functional methods\r\n\r\n* Adding ContainerMixin\r\n\r\n* Fixing merge-conflicts\r\n\r\n* Adding freeze and unfreeze\r\n\r\n* Fix recurse in filter & choose\r\n\r\n* Revert \"Fix recurse in filter & choose\"\r\n\r\nThis \n[…]\naf935b1f81b3a72add7de03f1937.\r\n\r\n* proposal for recursive filter and choose\r\n\r\n---------\r\n\r\nCo-authored-by: edknv <edwardk@nvidia.com>\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "Add functional-methods to make it easier to transform blocks & models…",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-07-12T07:24:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3b14b9665cb34de8b72b37933ba001e16db3ba93",
"body": null,
"is_bot": false,
"headline": "Rename setup_schema to initialize_from_schema in TabularPadding (#1199)",
"author_name": "edknv",
"author_login": "edknv",
"committed_at": "2023-07-11T20:56:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3431321c83e6a3fa69711af1cf0a54b1f7da6b0b",
"body": "* Introducing BatchBlock\r\n\r\n* Introducing BatchBlock\r\n\r\n* Adding type-hint to model.pre\r\n\r\n* Adding doc-strings to BatchBlock\r\n\r\n* Adding match= to pytest.raises\r\n\r\n* Adding EncoderBlock, this should be returned when you do model.select\r\n\r\n* Running linting\r\n\r\n* Fixing merge-conflicts\r\n\r\n* Running linting\r\n\r\n* Fix according to PR-comments\r\n\r\n* Fix according to PR-comments",
"is_bot": false,
"headline": "Introducing BatchBlock (#1192)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-07-11T16:58:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25004188ad73798c82008ba7ae612e1b0573e776",
"body": null,
"is_bot": false,
"headline": "Adding * selection of schema (#1197)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-07-11T16:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86ac77983a823079ed9dcde35b27ed444cc8cbe5",
"body": "* First commit\r\n\r\n* Adding BroadcastToSequence\r\n\r\n* Adding to __init__\r\n\r\n---------\r\n\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "Adding BroadcastToSequence (#1195)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-07-11T15:26:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36d582ac24b639ccd6eb726ad2d80ced1417e077",
"body": null,
"is_bot": false,
"headline": "Apply rename to initialize_from_schema to ContrastiveOutput (#1196)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-07-11T14:58:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a9e5ea4182faf612aab2b1f6e8cabcf5986d684",
"body": "…ch model properties for training (#1187)\n\n* Making it possible to set optimizer and scheduler via model properties\r\n\r\n* Proposal to change the signature of configure_optimizers to make tests pass\r\n\r\n* Fixed merge issue\r\n\r\n* Ignoring Model.optimizer property in jit tracing\r\n\r\n* Checking PyTorch version for defining LRScheduler based type\r\n\r\n* Fixed LRScheduler dependent version references\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Romeyn <marcromeyn@gmail.com>",
"is_bot": false,
"headline": "Making it possible to set optimizer and scheduler instances via PyTor…",
"author_name": "Gabriel Moreira",
"author_login": "gabrielspmoreira",
"committed_at": "2023-07-11T11:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "219bedbf666208d1743465035fa876f3315cc65d",
"body": "* Rename `setup_schema` to `initialize_from_schema`\r\n\r\n* Add test for tracing with initialize_from_schema\r\n\r\n* Infer feature schema from batch argument signature\r\n\r\n* Add missing self\r\n\r\n* Rename `setup_schema` in input and output blocks\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Romeyn <marcromeyn@gmail.com>",
"is_bot": false,
"headline": "Enable lazy module initialization from schema for any module (#1186)",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-07-11T09:55:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2113e870b9bd7f79495d3ee022fcc0ee9b01b77",
"body": "* First pass over MMOEBlock & PLEBlock\r\n\r\n* Adding some simple tests for MMOEBlock\r\n\r\n* Adding some doc-strings\r\n\r\n* Fixing failing tests\r\n\r\n* Increase test-coverage\r\n\r\n* Improving doc-strings\r\n\r\n* Fixing failing tests",
"is_bot": false,
"headline": "Adding MMOE & PLE (#1173)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-07-11T08:35:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "190cd48917c1999af5db0f6bede563d2bcd5792e",
"body": "* Adding ContrastiveOutput\r\n\r\n* Fixing failing tests\r\n\r\n* Use the version of LogUniformSampler from Gabriel instead",
"is_bot": false,
"headline": "Adding ContrastiveOutput (#1191)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-07-11T08:07:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "145e5923b35ed7a8912e089ec83363ba53c64b0a",
"body": "* First pass over multi-GPU\r\n\r\n* Multi-gpu test passes now locally (without metric calculations)\r\n\r\n* Introducing MultiLoader & add auto-initialization of Model\r\n\r\n* Enable multi-GPU with metric-calculations\r\n\r\n* Remove un-used to method in ModelOutput\r\n\r\n* fix test for cpu\r\n\r\n* use multigpu marker\r\n[…]\nt rank\r\n\r\n* Add comment for follow up tasks\r\n\r\n* lint\r\n\r\n* fix test for cpu\r\n\r\n---------\r\n\r\nCo-authored-by: edknv <edwardk@nvidia.com>\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "Enabling data-parallel multi-GPU training (#1188)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-07-10T12:48:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c5afbd134f06be23d2f0b63893da7e003ad17b35",
"body": "* Add DCN Model\r\n\r\n* improve docstrings\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Romeyn <marcromeyn@gmail.com>",
"is_bot": false,
"headline": "Add DCN Model (#1185)",
"author_name": "edknv",
"author_login": "edknv",
"committed_at": "2023-07-08T10:52:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c629ec3e0a32635bd7979fa8dcf2b71b8c9684e",
"body": "* Update docs theme from `sphinx_rtd_theme` to `sphinx_book_theme`\r\n\r\n* Add missing `PrepareListFeatures` to merlin.models.tf module\r\n\r\n* Add upper bound on tensorflow version",
"is_bot": false,
"headline": "Update docs theme from `sphinx_rtd_theme` to `sphinx_book_theme` (#1189)",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-07-06T15:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58ce8c15fef5de2e034bb6619201049285b1914d",
"body": "* Making schema optional in TabularInputBlock to allow for nesting\r\n\r\n* Adding tests to ensure correct behaviour\r\n\r\n* Fixing failing test\r\n\r\n---------\r\n\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "Making input- and output-block lazy to allow for nesting (#1184)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-07-06T11:05:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9922f2522c3ab0644f6ceec422bfae952cf537c4",
"body": "…ased example (#1160)\n\n* Remove 2 examples (move to Merlin)\r\n* Move session-based ecommerce example one level up, from usecases to\r\n examples\r\n* Delete benchmarking (asvdb) test (move to Merlin)\r\n* add link/fix image links",
"is_bot": false,
"headline": "Remove examples spanning multiple repos / promote ecommerce session-b…",
"author_name": "Radek Osmulski",
"author_login": "radekosmulski",
"committed_at": "2023-07-06T05:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83211414c54d1462d6b82bf366a1f3b48bc40d18",
"body": "* Adding extra test for leaf\r\n\r\n* Some fixes\r\n\r\n* First commit\r\n\r\n* Adding logits_temperature scaling\r\n\r\n* move schema and metrics from output base to children\r\n\r\n* add docstrings\r\n\r\n* delay class initialization in add_route_for_each\r\n\r\n* add unit tests\r\n\r\n* add docstrings\r\n\r\n* add more unit tests\r\n\n[…]\n\n* Fixing failing tests\r\n\r\n* Fixing failing tests\r\n\r\n* Fixing failing tests\r\n\r\n---------\r\n\r\nCo-authored-by: edknv <edwardk@nvidia.com>\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "Add CategoricalOutput (#1158)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-07-05T17:25:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8c6bf054b9631bc1edde7a134b1f6f7ec529003a",
"body": null,
"is_bot": false,
"headline": "Adding ElementWiseSum (#1183)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-07-05T16:07:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afc1149c71472f1d64f8a93b6c6d61e11e34e08b",
"body": "… right ToTupleModule (#1182)",
"is_bot": false,
"headline": "Adding ToTuple function that uses the length of the schema to get the…",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-07-05T14:33:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eddc2ab6212ef10ccee9f9b304887300a28f03e8",
"body": "* Create input_schema and output_schema methods on Block\r\n\r\n* Expose schema functions from merlin.models.torch\r\n\r\n* Rename input/output schema and add to top level torch module\r\n\r\n* Revert input/output schema methods on Block\r\n\r\n* Remove whitespace form torch `__init__.py`\r\n\r\n* Re-format schema.py",
"is_bot": false,
"headline": "Rename Schema Inspection names in the torch schema module (#1179)",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-07-05T12:43:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a64fd32ebe9353ccb5cb2fa12d16f6a49de969b3",
"body": null,
"is_bot": false,
"headline": "Adding validation_step and test_step to Model (#1181)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-07-05T08:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2930f8396920656eebf61f7f612782e978c6cf4",
"body": "* add padding op\r\n\r\n* remove unused mask prefix\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Marc Romeyn <marcromeyn@gmail.com>\r\n\r\n* Add test for tracing the model with torchscript\r\n\r\n* fix linting\r\n\r\n* add module_test to test_padded_targets\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Romeyn <marcromeyn@gmail.com>\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "Add padding operator to the PyTorch API (#1177)",
"author_name": "Sara Rabhi",
"author_login": "sararb",
"committed_at": "2023-07-04T17:58:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b1c198a8def67b2125b006a63de95c9391ac4d1",
"body": "* Adding ToTuple\r\n\r\n* Add Schema to ToTuple-classes to ensure correct order",
"is_bot": false,
"headline": "Adding ToTuple (#1178)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-07-04T17:13:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fbf82161118c0c7a36652046f4a903091c2de3f",
"body": "* Change default loss in BinaryOutput to BCELoss\r\n\r\n* Some commit\r\n\r\n* Fixing failing tests\r\n\r\n---------\r\n\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "Change default loss in BinaryOutput to BCELoss (#1175)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-07-04T16:19:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb8b7bd87fac0984dee14814f475e19fea33a4f4",
"body": "…eatures (#1169)\n\n* Making retrieval encoders more trustworthy by setting the map_partitions(meta) with the expected output dataframe schema. This fixes the issue when multi-hot features were used in the user / item tower encoding\r\n\r\n* Changing back the schema of music_streaming_data fixture and doing the required changes within test_two_tower_v2_export_item_tower_embeddings_with_seq_item_features",
"is_bot": false,
"headline": "Fixes retrieval encoders when query / item features have dense list f…",
"author_name": "Gabriel Moreira",
"author_login": "gabrielspmoreira",
"committed_at": "2023-07-04T14:37:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1782b44db351e1c6d0df085826a4bdd10d531f71",
"body": "* Add DLRM Model\r\n\r\n* make model a class rather a function\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Romeyn <marcromeyn@gmail.com>",
"is_bot": false,
"headline": "Add DLRM Model (#1171)",
"author_name": "edknv",
"author_login": "edknv",
"committed_at": "2023-07-03T13:59:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "593d78d184af5d68a67c7f0267efdfd48f8b51f4",
"body": "* Adding DCN-V2\r\n\r\n* Merging CrossBlock & CrossLink\r\n\r\n* Merging CrossBlock & CrossLink\r\n\r\n* Adding with_low_rank to CrossBlock",
"is_bot": false,
"headline": "Adding CrossBlock (used in DCN-v2) (#1172)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-07-03T12:04:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eff55db5498c4be0ba7112188f74d1565b89d9c5",
"body": "* Removing Link in favour of some new Blocks like: ResidualBlock & ShortcutBlock\r\n\r\n* Removing Link in favour of some new Blocks like: ResidualBlock & ShortcutBlock\r\n\r\n* Add conversion test\r\n\r\n* Some bug fixes + 100% test-coverage for block.py\r\n\r\n* Improve doc-strings\r\n\r\n* Remove un-used isblock again",
"is_bot": false,
"headline": "Remove link, and introduce ShortcutBlock + ResidualBlock (#1170)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-07-03T08:30:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86d0a34bf5902fe1510678eafccd5841810f4f5e",
"body": "* First pass over DLRM-related blocks\r\n\r\n* add a test for dlrm block and fixes to make test pass\r\n\r\n* Add unit tests\r\n\r\n* Initialize default metrics/loss inside ModelOutput instead\r\n\r\n* Update merlin/models/torch/blocks/dlrm.py\r\n\r\nCo-authored-by: Radek Osmulski <rosmulski@gmail.com>\r\n\r\n* fixes and changes for failing tests\r\n\r\n* pass batch to model test\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Romeyn <marcromeyn@gmail.com>\r\nCo-authored-by: Radek Osmulski <rosmulski@gmail.com>",
"is_bot": false,
"headline": "Add DLRM block (#1162)",
"author_name": "edknv",
"author_login": "edknv",
"committed_at": "2023-07-01T10:04:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25f98f1566eb05ad8df3788e1dee550963a78fed",
"body": "…(#1166)\n\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "Replace import of collections.Sequence with collections.abc.Sequence …",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-07-01T03:20:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b89f66e13dbce55dac4cf724f74b7a34cfe7b1c3",
"body": "Co-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "Add fixture to cleanup dataloader (#1167)",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-07-01T01:37:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1783951391ae800925e05333f4fc82039c12e102",
"body": "* Remove python prefix from tox environment names\r\n\r\n* Move Merlin dependencies to deps configuation of tox environment\r\n\r\n* Use posargs for tests path in tox environments",
"is_bot": false,
"headline": "Rename and update tox environments (#1168)",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-07-01T00:57:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b671c8e58231f0a39a4ac6e527dc28506633073b",
"body": "Co-authored-by: Marc Romeyn <marcromeyn@gmail.com>",
"is_bot": false,
"headline": "We need to remove README after the hyper link. (#1163)",
"author_name": "tien-nguyen",
"author_login": "tien-nguyen",
"committed_at": "2023-06-30T15:32:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94f74b55613531e8f0bf2472d5666d7f78b8f90f",
"body": "* Initialize default metrics/loss inside ModelOutput instead\r\n\r\n* Trying to change py38 -> py39 in tox.ini to see if that fixes CI\r\n\r\n* Trying to change py38 -> py39 in tox.ini to see if that fixes CI\r\n\r\n* Trying to change py39 -> py310 in tox.ini to see if that fixes CI\r\n\r\n* Update LD_LIBRARY_PATH",
"is_bot": false,
"headline": "Initialize default metrics/loss inside ModelOutput instead (#1164)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-06-30T08:12:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b22df24a51ddd43f8ee73cd846b86c5960fcf51",
"body": "* First commit\r\n\r\n* Adding leaf to traversal_utils\r\n\r\n* Add some doc-strings\r\n\r\n* Adding extra test for leaf\r\n\r\n* Some fixes",
"is_bot": false,
"headline": "Adding some extra methods to make working with blocks easier (#1154)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-06-26T11:45:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa501f0c8079d79443764a4673c53b6612f75e2f",
"body": "* Some commit\r\n\r\n* Some commit\r\n\r\n* Some commit\r\n\r\n* Adding better doc-strings + increase test-coverage\r\n\r\n* Merge torch/utils/schema_utils.py into utils/schema_utils.py\r\n\r\n* Removing merlin/models/predict.py since it's un-used\r\n\r\n* Adding output-schema propagation\r\n\r\n* Making test-classes for funct\n[…]\nve select_schema from schema_utils\r\n\r\n---------\r\n\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>\r\nCo-authored-by: Oliver Holworthy <1216955+oliverholworthy@users.noreply.github.com>",
"is_bot": false,
"headline": "Add Encoder & Predictor (#1112)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-06-22T11:45:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0d71af3dd01034a026f24a495b43bc1be042ecfb",
"body": null,
"is_bot": false,
"headline": "Add importorskip for pytorch_lightning to torch tests (#1153)",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-06-21T19:04:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0f170a1bec0debc4648986e18705368468d65fe",
"body": "* Adding improved doc-strings\r\n\r\n* Adding torch github-action + add copyright\r\n\r\n* Increase test-coverage\r\n\r\n* Expose Sequence in __init__\r\n\r\n* Give n in repeat a default value\r\n\r\n* Adding BlockContainerDict\r\n\r\n* Adding ParallelBlock\r\n\r\n* Adding sample_batch & sample_features\r\n\r\n* Output Batch inste\n[…]\nma propagation\r\n\r\n* Add NAMESPACE_TAGS propagation to EmbeddingTable\r\n\r\n* Adding some more tests\r\n\r\n* Adding TabularOutputBlock\r\n\r\n* Add some more testing\r\n\r\n* Adding doc-strings to TabularOutputBlock",
"is_bot": false,
"headline": "Add schema tracing (#1149)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-06-21T14:55:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c3f6e1aabf4b6a817f020f1a040e98d41631e7e7",
"body": "* add minor edits\r\n* do not display batch anymore",
"is_bot": false,
"headline": "Update the pretrained example notebook (#1152)",
"author_name": "Radek Osmulski",
"author_login": "radekosmulski",
"committed_at": "2023-06-21T07:58:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae4edfc58e74734d0fd7c925262dcc28ebd7e917",
"body": null,
"is_bot": false,
"headline": "Run all tests when CI utils cannot detect changes (#1151)",
"author_name": "edknv",
"author_login": "edknv",
"committed_at": "2023-06-20T13:08:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8503ecbf74805e97df2ea52d6cabe6fa41cc455",
"body": null,
"is_bot": false,
"headline": "add minor edits to the pretrained embeddings transformer example (#1150)",
"author_name": "Radek Osmulski",
"author_login": "radekosmulski",
"committed_at": "2023-06-20T08:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a0e221a4ff043b491826fa9b158f4b0c88a1189",
"body": "* add synthetic dataset based on the SIGIR dataset\r\n* add notebook demonstrating training a transformer model with pretrained embeddings (including serving)\r\n* add a unit test for the notebook",
"is_bot": false,
"headline": "add session-based example with pretrained embeddings (#1102)",
"author_name": "Radek Osmulski",
"author_login": "radekosmulski",
"committed_at": "2023-06-19T21:45:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07826b817839a33ea0b53ac5a5325ea64181f7f0",
"body": "* Run tf notebook tests if tf-examples\r\n\r\n* same for gpu tests\r\n\r\n* trigger example tests\r\n\r\n* Same for 'chagned' workflows\r\n\r\n* change marker: example -> examples\r\n\r\n* more example -> examples",
"is_bot": false,
"headline": "Run tests marked with `notebook` marker in examples workflow (#1146)",
"author_name": "edknv",
"author_login": "edknv",
"committed_at": "2023-06-14T11:37:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92833fa0cfca002a7cf4e009b7c09bae53a336f2",
"body": "* Add Model class\r\n\r\n* Use BlockContainer in Models class\r\n\r\n* Add unit tests\r\n\r\n* Add docstrings\r\n\r\n* Add module_utils unit tests\r\n\r\n* Remove future work\r\n\r\n* move initialize() to module_utils\r\n\r\n* handle batch in training_step\r\n\r\n* Add output_schema()\r\n\r\n* check if model outputs have no targets wh\n[…]\nd docstrings to module_utils functions\r\n\r\n* move metric device setting to initialize\r\n\r\n* update logic for using model output targets\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Romeyn <marcromeyn@gmail.com>",
"is_bot": false,
"headline": "Add Model class (#1126)",
"author_name": "edknv",
"author_login": "edknv",
"committed_at": "2023-06-13T16:04:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6ea88284bbc220af937339f5406049189b746234",
"body": null,
"is_bot": false,
"headline": "fix reloading of transformer model (#1147)",
"author_name": "Sara Rabhi",
"author_login": "sararb",
"committed_at": "2023-06-13T12:12:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e17fcd6c45b3123dd1feef5447314ce13da6360a",
"body": "Co-authored-by: rnyak <16246900+rnyak@users.noreply.github.com>\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "Rename `prepare_alliccp` to `prepare_aliccp` (#1145)",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-06-13T01:49:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d648859b8c500b7453bef044f84b962b55d1f8cc",
"body": "Co-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "Remove `overwrite=True` argument from `df.to_parquet` in aliccp (#1144)",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-06-12T23:32:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6598b5693769ae013f900881c14bd3d2e965340e",
"body": "… (#1143)\n\nCo-authored-by: rnyak <16246900+rnyak@users.noreply.github.com>",
"is_bot": false,
"headline": "Remove dependency in HPO notebook on Categorify implementation detail…",
"author_name": "Radek Osmulski",
"author_login": "radekosmulski",
"committed_at": "2023-06-12T17:59:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "729da27c5d208242e06b62b72fc21019d6af3f95",
"body": "* Update Merlin links to main to stable branch\r\n\r\n* Match only release tags for docs builds\r\n\r\n* Setup local branches for docs multi build\r\n\r\n* Setup docs redirect page to link to stable branch\r\n\r\n* Remove stable reference from docs link in readme (rely on redirect)\r\n\r\n---------\r\n\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "Build docs for stable branch and make default (#1116)",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-06-12T13:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cba66977d55b6b3f395a8a647bca93dfc3dbf0ad",
"body": "* Fixed docstrings\r\n\r\n* [WIP] add docstrings in mms classes and functions (#1101)\r\n\r\n* add docstings\r\n\r\n* add docstrings\r\n\r\n* Add docstrings (#1106)\r\n\r\n* Add docstrings to Encoder\r\n\r\n* Add docstrings to ItemRetrievalScorer\r\n\r\n* Add docstrings to Model\r\n\r\n* Fix docstring for TwoTowerModel\r\n\r\n* Add do\n[…]\nring syntax\r\n\r\n---------\r\n\r\nCo-authored-by: Gabriel Moreira <gmoreira@nvidia.com>\r\nCo-authored-by: rnyak <16246900+rnyak@users.noreply.github.com>\r\nCo-authored-by: Adam Laiacano <alaiacano@nvidia.com>",
"is_bot": false,
"headline": "Add docstrings (#1110)",
"author_name": "edknv",
"author_login": "edknv",
"committed_at": "2023-06-12T11:10:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "998068958bbe3c16dd3dc6c2909779f6fc5dc606",
"body": "* add ragged support in topk block\r\n\r\n* extend candidate embeddings extraction to CategoricalOutput\r\n\r\n* make bias term optional in the weight-tying class\r\n\r\n* add comment about top-k only works for the last item in the session\r\n\r\n---------\r\n\r\nCo-authored-by: rnyak <16246900+rnyak@users.noreply.github.com>\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "Add support of transformer-based retrieval models (#1128)",
"author_name": "Sara Rabhi",
"author_login": "sararb",
"committed_at": "2023-06-12T08:59:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed4565765ced705856157227e0ad70a96203bc48",
"body": "* add initial test under tests/benchmark\r\n\r\n---------\r\n\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "asvdb tracking for next item prediction (#1042)",
"author_name": "Radek Osmulski",
"author_login": "radekosmulski",
"committed_at": "2023-06-12T05:34:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ede0ef8020268995e3419791e4a92bafe85cc18b",
"body": "Co-authored-by: Marc Romeyn <marcromeyn@gmail.com>\r\nCo-authored-by: rnyak <16246900+rnyak@users.noreply.github.com>\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "Run matmul on GPU (#1122)",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-06-12T02:11:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd16d0a053a486286de36129fea91219257f293e",
"body": "* Skip dependencies in SOK installation\r\n\r\n* change code to trigger horovod tests",
"is_bot": false,
"headline": "Skip dependencies in SOK installation (#1138)",
"author_name": "edknv",
"author_login": "edknv",
"committed_at": "2023-06-11T23:14:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d34c83759f630e0dfaca2ff8c392bcf76922d84",
"body": "…orify (#1141)\n\n* Update customer_id offset to match new categorify version\r\n\r\n* Temporarily specify specific notebook to check in gpu tests\r\n\r\n* Revert \"Temporarily specify specific notebook to check in gpu tests\"\r\n\r\nThis reverts commit 74b7575ab7a56d25572ddc3e29baea919a870313.",
"is_bot": false,
"headline": "Update Optuna Hyperparameter Optimization notebook to match new Categ…",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-06-09T17:59:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a80f77eae95316bfe334af3bfa76a426844cdb7",
"body": null,
"is_bot": false,
"headline": "Add TensorFlow 2.12 to test matrix (#1139)",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-06-07T21:30:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4fc303fce042888cd7c56c90ce86026bac30a5c1",
"body": "Co-authored-by: Karl Higley <kmhigley@gmail.com>\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "adding ops-bot yaml file (#1108)",
"author_name": "Julio Perez",
"author_login": "jperez999",
"committed_at": "2023-06-06T23:32:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d571b4b4cdd78b56826b8313b610cf005c77bda8",
"body": "Co-authored-by: Karl Higley <kmhigley@gmail.com>\r\nCo-authored-by: Marc Romeyn <marcromeyn@gmail.com>\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>\r\nCo-authored-by: rnyak <16246900+rnyak@users.noreply.github.com>",
"is_bot": false,
"headline": "fix gpu parallel nb example (#1129)",
"author_name": "Julio Perez",
"author_login": "jperez999",
"committed_at": "2023-06-06T19:41:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6350fef900da5c205344f35f5817c04f2b0f943b",
"body": "Co-authored-by: rnyak <16246900+rnyak@users.noreply.github.com>",
"is_bot": false,
"headline": "Remove use of deprecated start_index from Categorify (#1134)",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-06-06T13:00:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94eda093c0b99c73f4bfd4214257dacc15fd5c8d",
"body": null,
"is_bot": false,
"headline": "Update gpu tests workflow to run only examples (not integration) (#1137)",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-06-06T12:25:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2147ae14dd4464cbf1206a182c653746ff700059",
"body": null,
"is_bot": false,
"headline": "Pass mpi environment variable to tox (#1136)",
"author_name": "edknv",
"author_login": "edknv",
"committed_at": "2023-06-06T09:22:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b0c9a8d00a8a52b98ae374aaf8f4a8c21510459",
"body": null,
"is_bot": false,
"headline": "Install dependencies in transformers4rec test (#1133)",
"author_name": "edknv",
"author_login": "edknv",
"committed_at": "2023-06-05T15:07:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b3649fc7ca247731f0f53ef8301fe270b7a676d",
"body": null,
"is_bot": false,
"headline": "Install 'colorlog' in dev/test environment (#1130)",
"author_name": "edknv",
"author_login": "edknv",
"committed_at": "2023-06-02T14:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a97cb85c5bfaa23e2d3d53b010cc63a2d436e83",
"body": "* Adding improved doc-strings\r\n\r\n* Adding torch github-action + add copyright\r\n\r\n* Increase test-coverage\r\n\r\n* Expose Sequence in __init__\r\n\r\n* Give n in repeat a default value\r\n\r\n* Adding BlockContainerDict\r\n\r\n* Adding ParallelBlock\r\n\r\n* Adding sample_batch & sample_features\r\n\r\n* Output Batch inste\n[…]\n\n* Increase test-coverage\r\n\r\n* Fixing doc-strings\r\n\r\n* Some tiny doc-string updates\r\n\r\n* Increasing test-coverage\r\n\r\n* Fix failined nested router test\r\n\r\n* Making test-classes for functions camel-case",
"is_bot": false,
"headline": "Adding RouterBlock (#1096)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-06-01T22:22:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "06f877accadb26f9ad20810781f89401afdd768e",
"body": "* Run unit tests separately from example and integration tests\r\n\r\n* Rename job for example tests\r\n\r\n* Return exit code 0 in case of no tests found to run\r\n\r\n* Use pytest_sessionfinish to change exit code 5\r\n\r\n* Handle exit code 5 in tox.ini\r\n\r\n* Revert changes to conftest.py\r\n\r\n* Add bash to allowlist_externals of gpu test envs",
"is_bot": false,
"headline": "Run unit tests separately from example and integration tests (#1125)",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-05-30T19:35:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19976868c3eaea6df2da641cc833af3d37411a50",
"body": "* Increase test-coverage\r\n\r\n* Adding ParallelBlock\r\n\r\n* Adding MLPBlock\r\n\r\n* Quick-fix activation in MLPBlock\r\n\r\n* Fixing merge conflicts\r\n\r\n---------\r\n\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "Adding MLPBlock (#1093)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-05-30T15:18:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6d6645a3752e128c04295443dbede9d015f8347",
"body": "* Adding SchemaTrackingMixin\r\n\r\n* Small fix in test_tensor\r\n\r\n* Add schema-tracking to Block",
"is_bot": false,
"headline": "Adding SchemaTrackingMixin (#1109)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-05-29T12:01:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5dff1663b12ed65870af439662adb1c14783edf",
"body": "* Adding improved doc-strings\r\n\r\n* Adding torch github-action + add copyright\r\n\r\n* Adding simple aggregations: Concat & Stack\r\n\r\n* Adding MaybeAgg for use in places like MLPBlock\r\n\r\n* Add sorting to doc-string as pointed out in PR review\r\n\r\n* Fixing linting issues",
"is_bot": false,
"headline": "Adding simple aggregations: concat & stack (#1092)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-05-29T09:56:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a6086d0af6455aa00bfadeb4a145ff9043ecb32",
"body": "* Fix CI path detection for changed files\r\n\r\n* modify a file in xgb directory\r\n\r\n* check if full name exists in mapping\r\n\r\n* Revert \"modify a file in xgb directory\"\r\n\r\nThis reverts commit 3dc918c919d35e272a275a169ac0795877edcee0.\r\n\r\n* modify a file in xgb directory\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Romeyn <marcromeyn@gmail.com>",
"is_bot": false,
"headline": "Fix CI path detection for changed files (#1124)",
"author_name": "edknv",
"author_login": "edknv",
"committed_at": "2023-05-29T08:09:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "780949f8b4eda6a69fad979b7d5a278f17b97ac2",
"body": "* Add BinaryOutput\r\n\r\n* address comments\r\n\r\n* Add RegressionOutput\r\n\r\n* Add continuous tag to target\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Romeyn <marcromeyn@gmail.com>",
"is_bot": false,
"headline": "Add RegressionOutput (#1115)",
"author_name": "edknv",
"author_login": "edknv",
"committed_at": "2023-05-29T07:25:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "910378102c7013b0d12d454c475ca6cec88a469a",
"body": "* Adding Link\r\n\r\n* Fixing doc-strings\r\n\r\n---------\r\n\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "Adding Link (#1091)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-05-26T21:13:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dac821b816537c76a9aa75c1851edb649aeecd2",
"body": null,
"is_bot": false,
"headline": "increase tolerance threshold (#1123)",
"author_name": "Adam Laiacano",
"author_login": "nv-alaiacano",
"committed_at": "2023-05-26T20:48:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25a1b01e3bee0e513d0928ee664ee45293216ae6",
"body": "* Include .github directory in prettier lint\r\n\r\n* Re-format workflows with prettier\r\n\r\n* Include markdown files in prettier config\r\n\r\n* Format Markdown with prettier",
"is_bot": false,
"headline": "Configure Prettier YAML/Markdown formatter for all files (#1121)",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-05-26T17:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74e89d339f1bdcb3a9ba1205c09c78e87364d983",
"body": "* Add actionlint job to check GitHub Workflows\r\n\r\n* Update formatting of GitHub Workflow files\r\n\r\n* correct indentation in cpu-horovod\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Romeyn <marcromeyn@gmail.com>",
"is_bot": false,
"headline": "Add actionlint job to lint check in GitHub Workflows (#1119)",
"author_name": "Oliver Holworthy",
"author_login": "oliverholworthy",
"committed_at": "2023-05-26T14:56:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efaa5c041948ca0c2abbc21fe98406c2551a66ad",
"body": "* Add BinaryOutput\r\n\r\n* address comments\r\n\r\n---------\r\n\r\nCo-authored-by: Marc Romeyn <marcromeyn@gmail.com>",
"is_bot": false,
"headline": "Add BinaryOutput (#1099)",
"author_name": "edknv",
"author_login": "edknv",
"committed_at": "2023-05-26T14:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "004ff77426a22fc760681c7a04e4b9973d92b2a2",
"body": "* Adding sample_batch & sample_features\r\n\r\n* Output Batch instead\r\n\r\n* Increase test-coverage + doc-strings\r\n\r\n* Rename to data as pointed out in PR-review",
"is_bot": false,
"headline": "Adding sample_batch & sample_features (#1095)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-05-26T14:13:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8bcfa7ea44fc33c0a25866eb01378f730569790",
"body": "* Fixing ci skipping\r\n\r\n* pytorch backend should be torch\r\n\r\n* Trying to rename to main\r\n\r\n* Trying to add another way to get the main branch\r\n\r\n* Trying to add another way to get the main branch\r\n\r\n* Trying to get main-branch through refs\r\n\r\n* Trying to get main-branch through refs\r\n\r\n* Adding line\n[…]\n everything\r\n\r\n* Trying to fix pulling in python\r\n\r\n* Trying to fix pulling in python\r\n\r\n* Remove duplicate $\r\n\r\n* Remove duplicate $\r\n\r\n* When empy string is passed as compare_branch, default to main",
"is_bot": false,
"headline": "Fixing ci skipping (#1118)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-05-26T14:03:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fbc6a9c20d7d477929f74e50bdfd75791fecee64",
"body": "* Only running tests in CI/CD for backends that have changed.\r\n\r\n* Adding the option for some tests to always run\r\n\r\n* Making sure that shared-tests always run\r\n\r\n* Keys in BACKEND_ALIASES need to be the alias\r\n\r\n* Adding changed marker in the right place\r\n\r\n* Adding always marker to fix tensorflow-\n[…]\n* Pass env-variables to tox instead\r\n\r\n* Move env-vars in-line\r\n\r\n* Trying to fix failing gpu tests\r\n\r\n* Move env-variables\r\n\r\n* Trying to fix multi-gpu and horovod-cpu\r\n\r\n* Removing bash from tox.ini",
"is_bot": false,
"headline": "Only running tests in CI/CD for backends that have changed. (#1113)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-05-26T10:49:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dad245c71b37d7cde954c94e3c67746608002d39",
"body": null,
"is_bot": false,
"headline": "Increase tolerance in transformer tests (#1111)",
"author_name": "Sara Rabhi",
"author_login": "sararb",
"committed_at": "2023-05-25T15:01:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed7caee08a7f015c49cad036ec6af4ac09763050",
"body": "* Increase test-coverage\r\n\r\n* Adding ParallelBlock\r\n\r\n* Adding registry\r\n\r\n* Fix merge conflicts",
"is_bot": false,
"headline": "Adding registry (#1090)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-05-23T15:29:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c6eafc4ccad4a2fe4c4cedb34c7db058ecf3e62",
"body": "Co-authored-by: rnyak <16246900+rnyak@users.noreply.github.com>",
"is_bot": false,
"headline": "update pretrained embs example (#1100)",
"author_name": "Radek Osmulski",
"author_login": "radekosmulski",
"committed_at": "2023-05-23T07:49:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67719dfc37e5dc86375742f2131896a24f97bb3a",
"body": "* Merging\r\n\r\n* Merging\r\n\r\n* Adding BlockContainerDict\r\n\r\n* Adding ParallelBlock\r\n\r\n* Improving doc-strings\r\n\r\n* Adding doc-strings to BlockContainerDict\r\n\r\n* Changes according to PR-review\r\n\r\n* Move example-usage to class instead of forward-method",
"is_bot": false,
"headline": "Adding ParallelBlock (#1088)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-05-22T15:21:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3562ddc81aa065445d652da234300474c37613a",
"body": "* Skip installing dependencies in tox gpu test\r\n\r\n* state requirements explicitly in docs-build",
"is_bot": false,
"headline": "Skip installing dependencies in tox gpu test (#1105)",
"author_name": "edknv",
"author_login": "edknv",
"committed_at": "2023-05-22T13:41:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8efbd3619686005b9ff5ed0d1c841514893351ab",
"body": "* Created PretrainedEmbeddings and changed other blocks to support pre-trained embeddings\r\n\r\n* Using SequenceAggregator with pre-trained embeddings\r\n\r\n* Added test for aggregating sequences of pre-trained embeddings\r\n\r\n* Fixed bugs in graph mode when using EmbeddingOperator, as last dim was undefine\n[…]\n\r\n\r\n* Linting fix\r\n\r\n* Fixed failing test\r\n\r\n* Implementing Sara's suggestions on pretrained embeddings\r\n\r\n* Fixed test\r\n\r\n---------\r\n\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "Add dataloader pre-trained embeddings support to Merlin Models (#1083)",
"author_name": "Gabriel Moreira",
"author_login": "gabrielspmoreira",
"committed_at": "2023-05-17T13:29:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0931633c554804a3b3d1cbc6348454edaf3ba598",
"body": "* Introducing Block\r\n\r\n* Adding improved doc-strings\r\n\r\n* Adding torch github-action + add copyright\r\n\r\n* Trying to fix failing tests\r\n\r\n* Fixing bug in pytorch gh-action\r\n\r\n* Increase test-coverage\r\n\r\n* Expose Sequence in __init__\r\n\r\n* Give n in repeat a default value\r\n\r\n---------\r\n\r\nCo-authored-by: edknv <109497216+edknv@users.noreply.github.com>",
"is_bot": false,
"headline": "Introducing Block (#1087)",
"author_name": "Marc Romeyn",
"author_login": "marcromeyn",
"committed_at": "2023-05-17T02:20:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8bb655b58bb26816c756721a61bbf036945e0956",
"body": "…agrad() (#1098)\n\n* change adagrad to legacy adagrad\r\n\r\n* fix formatting error",
"is_bot": false,
"headline": "Change tf.keras.optimizers.Adagrad() to tf.keras.optimizers.legacy.Ad…",
"author_name": "rnyak",
"author_login": "rnyak",
"committed_at": "2023-05-16T23:35:05Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 18,
"commits_last_year": 0,
"latest_release_at": "2024-01-09T12:45:38Z",
"latest_release_tag": "v23.12.00",
"releases_from_tags": false,
"days_since_last_push": 817,
"active_weeks_last_year": 0,
"days_since_latest_release": 933,
"mean_days_between_releases": 49.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "merlin-models",
"exists": true,
"license": "Apache 2.0",
"keywords": [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering",
"Topic :: Software Development :: Libraries"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/merlin-models/",
"is_deprecated": false,
"latest_version": "23.12.0",
"repository_url": "https://github.com/NVIDIA-Merlin/models",
"versions_count": 17,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2431,
"first_published_at": "2022-03-28T18:01:44.640749Z",
"latest_published_at": "2024-01-09T12:46:40.195715Z",
"latest_version_yanked": null,
"days_since_latest_publish": 933
}
]
},
"popularity": {
"forks": 56,
"stars": 301,
"watchers": 22,
"fork_history": {
"days": [
{
"date": "2022-02-01",
"count": 1
},
{
"date": "2022-02-02",
"count": 2
},
{
"date": "2022-02-08",
"count": 1
},
{
"date": "2022-02-21",
"count": 1
},
{
"date": "2022-02-22",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-03-08",
"count": 1
},
{
"date": "2022-03-14",
"count": 1
},
{
"date": "2022-03-22",
"count": 1
},
{
"date": "2022-03-23",
"count": 1
},
{
"date": "2022-05-08",
"count": 1
},
{
"date": "2022-05-11",
"count": 2
},
{
"date": "2022-06-21",
"count": 1
},
{
"date": "2022-06-29",
"count": 1
},
{
"date": "2022-07-08",
"count": 1
},
{
"date": "2022-07-14",
"count": 2
},
{
"date": "2022-07-16",
"count": 1
},
{
"date": "2022-07-18",
"count": 1
},
{
"date": "2022-08-04",
"count": 1
},
{
"date": "2022-08-31",
"count": 1
},
{
"date": "2022-09-30",
"count": 1
},
{
"date": "2022-11-04",
"count": 1
},
{
"date": "2022-11-14",
"count": 2
},
{
"date": "2022-11-16",
"count": 1
},
{
"date": "2022-12-11",
"count": 1
},
{
"date": "2023-01-24",
"count": 1
},
{
"date": "2023-01-31",
"count": 1
},
{
"date": "2023-02-07",
"count": 1
},
{
"date": "2023-03-13",
"count": 1
},
{
"date": "2023-04-22",
"count": 1
},
{
"date": "2023-05-02",
"count": 1
},
{
"date": "2023-06-20",
"count": 1
},
{
"date": "2023-06-26",
"count": 3
},
{
"date": "2023-06-30",
"count": 1
},
{
"date": "2023-08-29",
"count": 1
},
{
"date": "2023-09-18",
"count": 1
},
{
"date": "2023-10-19",
"count": 1
},
{
"date": "2023-11-26",
"count": 1
},
{
"date": "2023-12-01",
"count": 1
},
{
"date": "2023-12-17",
"count": 1
},
{
"date": "2024-03-26",
"count": 1
},
{
"date": "2024-03-31",
"count": 1
},
{
"date": "2024-05-04",
"count": 1
},
{
"date": "2024-06-25",
"count": 1
},
{
"date": "2025-03-12",
"count": 1
},
{
"date": "2025-06-07",
"count": 1
},
{
"date": "2025-12-18",
"count": 1
},
{
"date": "2026-05-18",
"count": 1
},
{
"date": "2026-06-15",
"count": 1
},
{
"date": "2026-07-26",
"count": 1
}
],
"complete": true,
"collected": 56,
"total_forks": 56
},
"star_history": null,
"open_issues_and_prs": 158
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples",
"notebooks",
"recipes"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile",
"docs/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"merlin/models/py.typed"
],
"toolchain_manifests": [],
"largest_source_bytes": 105307,
"source_files_sampled": 359,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"pyproject.toml",
"setup.cfg",
"setup.py"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "black",
"direct": false,
"version": "20.8b1",
"severity": "critical",
"ecosystem": "pypi",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-3936-cmfr-pm3m",
"GHSA-fj7x-q9j7-g6q6",
"PYSEC-2024-48",
"PYSEC-2026-2120",
"PYSEC-2026-2121"
],
"fixed_version": "26.3.1",
"advisory_count": 5,
"oldest_advisory_days": 863
},
{
"name": "ipython",
"direct": false,
"version": "8.2.0",
"severity": "moderate",
"ecosystem": "pypi",
"cvss_score": 4.5,
"advisory_ids": [
"GHSA-29gw-9793-fvw7",
"PYSEC-2023-17"
],
"fixed_version": "8.10.0",
"advisory_count": 2,
"oldest_advisory_days": 1266
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"critical": 1,
"moderate": 1
},
"advisory_count": 7,
"affected_count": 2,
"assessed_count": 13,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 33,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "attrs",
"direct": false,
"version": "21.4.0",
"ecosystem": "pypi"
},
{
"name": "black",
"direct": false,
"version": "20.8b1",
"ecosystem": "pypi"
},
{
"name": "bokeh",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "check-manifest",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "colorlog",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "fiddle",
"direct": false,
"version": "0.2.2",
"ecosystem": "pypi"
},
{
"name": "flake8",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "gitpython",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "horovod",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "implicit",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "interrogate",
"direct": false,
"version": "1.5.0",
"ecosystem": "pypi"
},
{
"name": "ipython",
"direct": false,
"version": "8.2.0",
"ecosystem": "pypi"
},
{
"name": "isort",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "jinja2",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "jsonschema",
"direct": false,
"version": "4.17.3",
"ecosystem": "pypi"
},
{
"name": "jupyter",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "lightfm",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "lightning-utilities",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "linkify-it-py",
"direct": false,
"version": "1.0.3",
"ecosystem": "pypi"
},
{
"name": "markupsafe",
"direct": false,
"version": "2.0.1",
"ecosystem": "pypi"
},
{
"name": "merlin-core",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "merlin-dataloader",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "mypy",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "myst-nb",
"direct": false,
"version": "0.17.2",
"ecosystem": "pypi"
},
{
"name": "natsort",
"direct": false,
"version": "8.1.0",
"ecosystem": "pypi"
},
{
"name": "nbformat",
"direct": false,
"version": "5.9.2",
"ecosystem": "pypi"
},
{
"name": "numpy",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "nvtabular",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "optuna",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "plotly",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest-cov",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest-xdist",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytorch-lightning",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "recommonmark",
"direct": false,
"version": "0.7.1",
"ecosystem": "pypi"
},
{
"name": "scikit-learn",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sparse-operation-kit",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sphinx-book-theme",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sphinx-external-toc",
"direct": false,
"version": "0.2.4",
"ecosystem": "pypi"
},
{
"name": "tensorflow",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "testbook",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "torch",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "torchmetrics",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "transformers",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "wandb",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "xgboost",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 46,
"direct_count": 0,
"indirect_count": 46
}
},
"maintainership": {
"issues": {
"open_prs": 12,
"merged_prs": 596,
"open_issues": 146,
"closed_ratio": 0.705,
"closed_issues": 349,
"closed_unmerged_prs": 130
},
"bus_factor": 4,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "marcromeyn",
"commits": 123,
"avatar_url": "https://avatars.githubusercontent.com/u/3015785?v=4"
},
{
"type": "User",
"login": "oliverholworthy",
"commits": 112,
"avatar_url": "https://avatars.githubusercontent.com/u/1216955?v=4"
},
{
"type": "User",
"login": "gabrielspmoreira",
"commits": 71,
"avatar_url": "https://avatars.githubusercontent.com/u/504752?v=4"
},
{
"type": "User",
"login": "karlhigley",
"commits": 65,
"avatar_url": "https://avatars.githubusercontent.com/u/885295?v=4"
},
{
"type": "User",
"login": "edknv",
"commits": 49,
"avatar_url": "https://avatars.githubusercontent.com/u/109497216?v=4"
},
{
"type": "User",
"login": "sararb",
"commits": 46,
"avatar_url": "https://avatars.githubusercontent.com/u/17721108?v=4"
},
{
"type": "User",
"login": "benfred",
"commits": 33,
"avatar_url": "https://avatars.githubusercontent.com/u/69536?v=4"
},
{
"type": "User",
"login": "rnyak",
"commits": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/16246900?v=4"
},
{
"type": "User",
"login": "mikemckiernan",
"commits": 28,
"avatar_url": "https://avatars.githubusercontent.com/u/18604620?v=4"
},
{
"type": "User",
"login": "radekosmulski",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/2444926?v=4"
}
],
"contributors_sampled": 25,
"top_contributor_share": 0.193
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"branches.yaml",
"check-base-branch.yaml",
"cpu-horovod.yml",
"cpu-nvtabular.yml",
"cpu-systems.yml",
"cpu-t4r.yml",
"datasets.yml",
"docs-build.yaml",
"docs-preview-pr.yaml",
"docs-remove-stale-reviews.yaml",
"docs-sched-rebuild.yaml",
"gpu-multi.yml",
"gpu.yml",
"implicit.yml",
"lightfm.yml",
"lint.yml",
"packages.yaml",
"pytorch.yml",
"release-drafter.yaml",
"require-label.yaml",
"tensorflow.yml",
"triage.yml",
"xgboost.yml"
],
"has_docs_dir": true,
"linter_configs": [
"tox.ini"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 30 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 9,
"reason": "Found 29/30 approved changesets -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "eb1e54196a64a70950b2a7e7744d2150e052d53e",
"ran_at": "2026-07-31T03:12:43Z",
"aggregate_score": 4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-25T07:45:16Z",
"oldest_open_prs": [
{
"number": 951,
"created_at": "2023-01-17T13:46:55Z",
"last_comment_at": "2023-03-23T13:40:40Z",
"last_comment_author": "wenjing-nv"
},
{
"number": 974,
"created_at": "2023-02-07T18:56:47Z",
"last_comment_at": "2023-06-29T05:34:22Z",
"last_comment_author": "FDecaYed"
},
{
"number": 1015,
"created_at": "2023-03-08T00:45:51Z",
"last_comment_at": "2023-03-08T00:52:34Z",
"last_comment_author": "github-actions"
},
{
"number": 1161,
"created_at": "2023-06-27T18:45:49Z",
"last_comment_at": "2023-06-27T18:53:57Z",
"last_comment_author": "github-actions"
},
{
"number": 1165,
"created_at": "2023-06-30T13:26:22Z",
"last_comment_at": "2023-06-30T13:38:42Z",
"last_comment_author": "github-actions"
},
{
"number": 1174,
"created_at": "2023-07-04T06:32:49Z",
"last_comment_at": "2023-07-04T06:40:46Z",
"last_comment_author": "github-actions"
},
{
"number": 1180,
"created_at": "2023-07-05T02:56:50Z",
"last_comment_at": "2023-07-05T07:22:41Z",
"last_comment_author": "review-notebook-app"
},
{
"number": 1201,
"created_at": "2023-07-13T08:56:57Z",
"last_comment_at": "2023-07-13T09:05:44Z",
"last_comment_author": "github-actions"
},
{
"number": 1204,
"created_at": "2023-07-26T01:44:29Z",
"last_comment_at": "2023-07-26T01:57:37Z",
"last_comment_author": "github-actions"
},
{
"number": 1205,
"created_at": "2023-08-01T04:35:42Z",
"last_comment_at": "2023-08-01T04:45:43Z",
"last_comment_author": "github-actions"
},
{
"number": 1206,
"created_at": "2023-08-01T04:39:12Z",
"last_comment_at": "2023-08-01T04:51:53Z",
"last_comment_author": "github-actions"
},
{
"number": 1238,
"created_at": "2024-05-04T12:44:50Z",
"last_comment_at": "2024-05-04T12:44:53Z",
"last_comment_author": "copy-pr-bot"
}
],
"last_merged_pr_at": "2024-04-25T10:51:01Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 6,
"created_at": "2021-05-03T20:42:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 8,
"created_at": "2021-05-04T18:54:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 16,
"created_at": "2021-05-11T18:32:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 25,
"created_at": "2021-10-20T03:11:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 32,
"created_at": "2021-11-01T16:10:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 33,
"created_at": "2021-11-01T16:10:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 36,
"created_at": "2021-11-01T16:10:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 37,
"created_at": "2021-11-01T16:10:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 38,
"created_at": "2021-11-01T16:10:40Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 39,
"created_at": "2021-11-01T16:10:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 41,
"created_at": "2021-11-01T16:10:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 43,
"created_at": "2021-11-01T16:10:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 44,
"created_at": "2021-11-01T16:11:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 47,
"created_at": "2021-11-01T16:11:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 51,
"created_at": "2021-11-02T15:31:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 68,
"created_at": "2021-11-23T18:53:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 97,
"created_at": "2021-12-14T09:25:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 98,
"created_at": "2021-12-14T09:27:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 101,
"created_at": "2021-12-14T23:55:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 102,
"created_at": "2021-12-14T23:56:11Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/NVIDIA-Merlin/models",
"host": "github.com",
"name": "models",
"owner": "NVIDIA-Merlin"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 35,
"inputs": {
"security": 52,
"vitality": 19,
"community": 66,
"governance": 76,
"engineering": 84,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 59,
"overall_after_abandonment_multiplier": 35
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 19,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 817,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 817 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 817
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"releases_count": 18,
"latest_release_tag": "v23.12.00",
"releases_from_tags": false,
"days_since_latest_release": 933,
"mean_days_between_releases": 49.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "18 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 18
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 933 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 933
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~49.1 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 49.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 12,
"unanswered_open_issues": 20,
"days_since_last_merged_pr": 826,
"days_since_last_human_commit": 826,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 826 days; 4 unmet obligation(s): pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 826,
"count": 4,
"signals": "pull requests unanswered, issues unanswered, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 66,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"forks": 56,
"stars": 301,
"watchers": 22,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "301 stars",
"points": 40.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 301
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "56 forks",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 56
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "22 watchers",
"points": 7.4,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 22
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"packages": [
"merlin-models"
],
"dependents": null,
"ecosystems": "pypi",
"total_downloads": null,
"monthly_downloads": 2431
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,431 downloads/month across pypi",
"points": 45.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2431,
"ecosystems": "pypi"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 76,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "excellent",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"bus_factor": 4,
"contributors_sampled": 25,
"top_contributor_share": 0.193
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "4 contributor(s) cover half of all commits",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 4
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 19% of commits",
"points": 18.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 19
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "25 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 25
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"merged_prs": 596,
"open_issues": 146,
"closed_issues": 349,
"issue_closed_ratio": 0.705,
"closed_unmerged_prs": 130
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "70% of issues closed",
"points": 33,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 70
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "596/726 decided PRs merged",
"points": 31.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 596,
"decided": 726
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 29/30 approved changesets -- score normalized to 9",
"points": 13.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"followers": 468,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "NVIDIA-Merlin",
"public_repos": 15,
"account_age_days": 1949
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "468 followers of NVIDIA-Merlin",
"points": 19.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 468,
"login": "NVIDIA-Merlin"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "15 public repos, account ~5 yr old",
"points": 19.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 15
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"merlin-models"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 933
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 933 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 933
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "17 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 17
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 84,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "23 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 23
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "tox.ini",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tox.ini"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 30 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"deep-learning",
"machine-learning",
"pytorch",
"recommendation-system",
"recommender-system",
"tensorflow",
"dask",
"gpu",
"rapidsai",
"recsys"
],
"has_wiki": true,
"homepage": "https://nvidia-merlin.github.io/models/main/index.html",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://nvidia-merlin.github.io/models/main/index.html",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "10 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 10
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 52,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 40,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 30 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 29/30 approved changesets -- score normalized to 9",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 13 resolved dependencies against OSV; 33 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 13
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 33
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 7,
"affected_packages": 2,
"assessed_packages": 13,
"unassessed_packages": 33,
"affected_by_severity": "critical 1, moderate 1",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 13,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 8
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 55,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.95,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "95 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 95,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [
"Makefile",
"docs/Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"merlin/models/py.typed"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, docs/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, docs/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "tox.ini",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tox.ini"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "merlin/models/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "merlin/models/py.typed"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 105307,
"source_files_sampled": 359,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (merlin/models/py.typed)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "merlin/models/py.typed",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/359 source files over 60KB",
"points": 54.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 359,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples",
"notebooks",
"recipes"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples, notebooks, recipes",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples, notebooks, recipes"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-31T03:13:11.166162Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/NVIDIA-Merlin/models.svg",
"full_name": "NVIDIA-Merlin/models",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}