Science Score: 13.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
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.6%) to scientific vocabulary
Repository
Gradient boosted models
Basic Info
- Host: GitHub
- Owner: gbm-developers
- Language: R
- Default Branch: master
- Size: 4.72 MB
Statistics
- Stars: 144
- Watchers: 34
- Forks: 115
- Open Issues: 34
- Releases: 0
Metadata Files
README.md
gbm3: generalized boosted models ----0------------------------
Originally written by Greg Ridgeway between 1999-2003, added to by various authors, extensively updated and polished by James Hickey in 2016, survival models greatly improved by Terry Therneau in 2016, and currently maintained by Greg Ridgeway. Development is discussed --- somewhat --- at https://groups.google.com/forum/#!forum/gbm-dev .
This is the shiny new gbm3 package that is not backwards compatible with R code calling the original gbm package, but is fast and parallel and developed.
Non-production releases (bug fixes, mostly) will be released via the GitHub
release workflow. To install from GitHub, first install remotes from CRAN:
R
install.packages("remotes")
Then install gbm3 from GitHub:
```R remotes::install_github("gbm-developers/gbm3")
or to ensure your got everything
remotes::installgithub("gbm-developers/gbm3", buildvignettes = TRUE, force = TRUE) ```
Owner
- Name: gbm-developers
- Login: gbm-developers
- Kind: organization
- Repositories: 2
- Profile: https://github.com/gbm-developers
GitHub Events
Total
- Issues event: 2
- Watch event: 12
- Issue comment event: 3
- Fork event: 2
Last Year
- Issues event: 2
- Watch event: 12
- Issue comment event: 3
- Fork event: 2
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 5
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: almost 7 years
- Total issue authors: 5
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 1.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 2
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- RuneBuckinx (1)
- popkowiersma (1)
- AMBarbosa (1)
- knussear (1)
- jasmyace (1)
Pull Request Authors
- bgreenwell (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total docker downloads: 611
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: gbm3
Generalized Boosted Regression Models
- Homepage: https://github.com/gbm-developers/gbm3
- Documentation: http://cran.r-project.org/web/packages/gbm3/gbm3.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
- Status: removed
-
Latest release: 3.0
published about 2 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.0.2 depends
- Rcpp >= 0.11.5 imports
- lattice * imports
- splines * imports
- survival * imports
- knitr * suggests
- rmarkdown * suggests
- testthat >= 0.11.0 suggests