dbarts

Discrete Bayesian Additive Regression Trees Sampler

https://github.com/vdorie/dbarts

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 6 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Discrete Bayesian Additive Regression Trees Sampler

Basic Info
  • Host: GitHub
  • Owner: vdorie
  • Language: C++
  • Default Branch: main
  • Homepage:
  • Size: 1.99 MB
Statistics
  • Stars: 59
  • Watchers: 6
  • Forks: 22
  • Open Issues: 38
  • Releases: 0
Created about 12 years ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

dbarts

Discrete Bayesian Additive Regression Trees Sampler

A package for R, with C/C++.

Pre-built binaries of the package are built by CRAN. These can be installed from within R using the typical install.packages() mechanism.

Steps to install from source:

  1. Install development tools for your operating system:

    1. Linux/Unix should already have this installed; if not, use your package manager to install a C/C++ compiler.
    2. OS X: XCode
    3. Windows: Rtools
  2. Install the remotes package from within R:

R install.packages("remotes")

  1. Run:

R remotes::install_github("vdorie/dbarts")

Owner

  • Name: Vincent Dorie
  • Login: vdorie
  • Kind: user
  • Company: Code For America @codeforamerica

Principal Data Scientist

GitHub Events

Total
  • Issues event: 10
  • Watch event: 2
  • Issue comment event: 14
  • Push event: 19
  • Pull request review event: 1
  • Pull request event: 4
  • Fork event: 5
Last Year
  • Issues event: 10
  • Watch event: 2
  • Issue comment event: 14
  • Push event: 19
  • Pull request review event: 1
  • Pull request event: 4
  • Fork event: 5

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 425
  • Total Committers: 6
  • Avg Commits per committer: 70.833
  • Development Distribution Score (DDS): 0.296
Past Year
  • Commits: 5
  • Committers: 1
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Vincent Dorie v****e@g****m 299
Vincent Dorie v****t@s****u 99
Vincent Dorie v****4@n****u 18
Vincent Dorie v****e@c****g 6
Jared j****2@g****m 2
Ignacio Martinez m****g@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 67
  • Total pull requests: 9
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 3 months
  • Total issue authors: 46
  • Total pull request authors: 3
  • Average comments per issue: 2.24
  • Average comments per pull request: 0.0
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 5
  • Pull requests: 4
  • Average time to close issues: 2 days
  • Average time to close pull requests: 11 days
  • Issue authors: 5
  • Pull request authors: 1
  • Average comments per issue: 2.2
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ignacio82 (8)
  • EoghanONeill (4)
  • cjcarlson (3)
  • AMBarbosa (3)
  • jacobenglert (2)
  • rsparapa (2)
  • jameswagner254 (2)
  • timdisher (2)
  • bachlaw (2)
  • barracuda156 (2)
  • mikegros (1)
  • ALEXLANGLANG (1)
  • topepo (1)
  • marjoleinF (1)
  • MateusMaiaDS (1)
Pull Request Authors
  • brunotancredi (6)
  • jmurray1022 (2)
  • ignacio82 (2)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • cran 4,787 last-month
  • Total docker downloads: 42,159
  • Total dependent packages: 15
    (may contain duplicates)
  • Total dependent repositories: 35
    (may contain duplicates)
  • Total versions: 32
  • Total maintainers: 1
cran.r-project.org: dbarts

Discrete Bayesian Additive Regression Trees Sampler

  • Versions: 28
  • Dependent Packages: 15
  • Dependent Repositories: 35
  • Downloads: 4,787 Last month
  • Docker Downloads: 42,159
Rankings
Docker downloads count: 0.6%
Forks count: 3.6%
Dependent packages count: 4.2%
Dependent repos count: 4.4%
Average: 4.5%
Stargazers count: 6.1%
Downloads: 8.2%
Maintainers (1)
Last synced: 10 months ago
conda-forge.org: r-dbarts
  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 34.0%
Forks count: 36.7%
Stargazers count: 37.7%
Average: 39.9%
Dependent packages count: 51.2%
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.1 depends
  • graphics * imports
  • methods * imports
  • parallel * imports
  • stats * imports
  • knitr * suggests
  • rmarkdown * suggests
  • testthat >= 0.9 suggests