{"id":13704346,"url":"https://github.com/bgreenwell/fastshap","last_synced_at":"2025-04-07T06:08:07.434Z","repository":{"id":36318007,"uuid":"197404114","full_name":"bgreenwell/fastshap","owner":"bgreenwell","description":"Fast approximate Shapley values in R","archived":false,"fork":false,"pushed_at":"2024-02-22T21:48:53.000Z","size":104245,"stargazers_count":119,"open_issues_count":12,"forks_count":18,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T04:06:39.877Z","etag":null,"topics":["explainable-ai","explainable-ml","interpretable-machine-learning","shapley","shapley-values","variable-importance","xai"],"latest_commit_sha":null,"homepage":"https://bgreenwell.github.io/fastshap/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bgreenwell.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-07-17T14:20:31.000Z","updated_at":"2025-02-19T00:24:21.000Z","dependencies_parsed_at":"2024-04-18T19:06:00.499Z","dependency_job_id":null,"html_url":"https://github.com/bgreenwell/fastshap","commit_stats":{"total_commits":86,"total_committers":6,"mean_commits":"14.333333333333334","dds":0.2790697674418605,"last_synced_commit":"90a9cedb26ab217c98f9b917eaa8d0ba28270493"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgreenwell%2Ffastshap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgreenwell%2Ffastshap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgreenwell%2Ffastshap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bgreenwell%2Ffastshap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bgreenwell","download_url":"https://codeload.github.com/bgreenwell/fastshap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247601448,"owners_count":20964864,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["explainable-ai","explainable-ml","interpretable-machine-learning","shapley","shapley-values","variable-importance","xai"],"created_at":"2024-08-02T21:01:07.884Z","updated_at":"2025-04-07T06:08:07.399Z","avatar_url":"https://github.com/bgreenwell.png","language":"R","funding_links":[],"categories":["Tools","Technical Resources"],"sub_categories":["Interpretability/Explicability","Open Source/Access Responsible AI Software Packages"],"readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  fig.align = \"center\",\n  out.width = \"100%\",\n  message = FALSE,\n  warning = FALSE\n)\n```\n# fastshap \u003cimg src='man/figures/logo-fastshap.png' align=\"right\" height=\"139\" /\u003e\n\n\u003c!-- badges: start --\u003e\n[![CRAN status](https://www.r-pkg.org/badges/version/fastshap)](https://CRAN.R-project.org/package=fastshap)\n[![R-CMD-check](https://github.com/bgreenwell/fastshap/workflows/R-CMD-check/badge.svg)](https://github.com/bgreenwell/fastshap/actions)\n[![Codecov test coverage](https://codecov.io/gh/bgreenwell/fastshap/branch/master/graph/badge.svg)](https://codecov.io/gh/bgreenwell/fastshap?branch=master)\n[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)\n[![R-CMD-check](https://github.com/bgreenwell/fastshap/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/bgreenwell/fastshap/actions/workflows/R-CMD-check.yaml)\n\u003c!-- badges: end --\u003e\n\nThe goal of **fastshap** is to provide an efficient and speedy approach (at least relative to other implementations) for computing approximate Shapley values, which help explain the predictions from any machine learning model. \n\n![](https://media.giphy.com/media/26AHLNr8en8J3ovOo/giphy.gif)\n\n\n## Installation\n\n``` r\n# Install the latest stable version from CRAN:\ninstall.packages(\"fastshap\")\n\n# Install the latest development version from GitHub:\nif (!requireNamespace(\"remotes\")) {\n  install.packages(\"remotes\")\n}\nremotes::install_github(\"bgreenwell/fastshap\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgreenwell%2Ffastshap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbgreenwell%2Ffastshap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbgreenwell%2Ffastshap/lists"}