{"id":41947891,"url":"https://github.com/boost-R/gamboostLSS","last_synced_at":"2026-02-04T17:01:31.133Z","repository":{"id":60631492,"uuid":"38441366","full_name":"boost-R/gamboostLSS","owner":"boost-R","description":"Boosting models for fitting generalized additive models for location, shape and scale (GAMLSS) to potentially high dimensional data. The current relase version can be found on CRAN (https://cran.r-project.org/package=gamboostLSS).","archived":false,"fork":false,"pushed_at":"2026-01-26T18:03:24.000Z","size":7294,"stargazers_count":27,"open_issues_count":9,"forks_count":13,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-01-27T06:00:35.350Z","etag":null,"topics":["boosting-algorithms","cran","gamboostlss","gamlss","machine-learning","r-language","r-package","variable-selection"],"latest_commit_sha":null,"homepage":"","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/boost-R.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-07-02T15:40:34.000Z","updated_at":"2026-01-26T18:03:54.000Z","dependencies_parsed_at":"2025-09-09T17:27:51.263Z","dependency_job_id":"d3298c22-7b10-4716-8501-0d23d4238c5b","html_url":"https://github.com/boost-R/gamboostLSS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/boost-R/gamboostLSS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boost-R%2FgamboostLSS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boost-R%2FgamboostLSS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boost-R%2FgamboostLSS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boost-R%2FgamboostLSS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boost-R","download_url":"https://codeload.github.com/boost-R/gamboostLSS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boost-R%2FgamboostLSS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29091317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["boosting-algorithms","cran","gamboostlss","gamlss","machine-learning","r-language","r-package","variable-selection"],"created_at":"2026-01-25T20:00:26.261Z","updated_at":"2026-02-04T17:01:31.128Z","avatar_url":"https://github.com/boost-R.png","language":"R","readme":"gamboostLSS\n===========\n\n[![Build Status (Linux)](https://travis-ci.org/boost-R/gamboostLSS.svg?branch=master)](https://app.travis-ci.com/boost-R/gamboostLSS) \n[![Build status (Windows)](https://ci.appveyor.com/api/projects/status/373t0tvx5v1i5ooq/branch/master?svg=true)](https://ci.appveyor.com/project/hofnerb/gamboostlss-s2whe/branch/master)\n[![CRAN Status Badge](http://www.r-pkg.org/badges/version/gamboostLSS)](https://CRAN.R-project.org/package=gamboostLSS)\n[![Coverage Status](https://coveralls.io/repos/github/boost-R/gamboostLSS/badge.svg?branch=master)](https://coveralls.io/github/boost-R/gamboostLSS?branch=master)\n[![](http://cranlogs.r-pkg.org/badges/gamboostLSS)](https://CRAN.R-project.org/package=gamboostLSS)\n\n`gamboostLSS` implements boosting algorithms for fitting generalized linear,\nadditive and interaction models for to potentially high-dimensional data.\nInstead of modeling only the mean, `gamboostLSS` enables the user to model\nvarious distribution parameters such as location, scale and shape at the same\ntime (hence the name GAMLSS, generalized additive models for location, scale and\nshape).\n\n\n## Using gamboostLSS\n\n- For installation instructions see below. \n\n- Instructions on how to use `gamboostLSS` can be found in the \n  [gamboostLSS tutorial](https://www.jstatsoft.org/article/view/v074i01).\n\n- Details on the noncyclical fitting method can be found in \n\n    Thomas, J., Mayr, A., Bischl, B., Schmid, M., Smith, A., and Hofner, B. (2018), \n    Gradient boosting for distributional regression - faster tuning and improved \n    variable selection via noncyclical updates. \n    *Statistics and Computing*. 28: 673-687. DOI [10.1007/s11222-017-9754-6](http://dx.doi.org/10.1007/s11222-017-9754-6).\n    (Preliminary version: [ArXiv 1611.10171](https://arxiv.org/abs/1611.10171)).\n\n## Issues \u0026 Feature Requests\n\nFor issues, bugs, feature requests etc. please use the [GitHub Issues](https://github.com/boost-R/gamboostLSS/issues).\n\n## Installation\n\n- Current version (from CRAN): \n  ```\n  install.packages(\"gamboostLSS\")\n  ```\n\n- Latest **patch version** (patched version of CRAN package; under development) from GitHub:\n  ```\n  library(\"devtools\")\n  install_github(\"boost-R/gamboostLSS\")\n  library(\"gamboostLSS\")\n  ```\n\n- Latest **development version** (version with new features; under development) from GitHub:\n  ```\n  library(\"devtools\")\n  install_github(\"boost-R/gamboostLSS\", ref = \"devel\")\n  library(\"gamboostLSS\")\n  ```\n\n  To be able to use the `install_github()` command, one needs to install `devtools` first:\n  ```\n  install.packages(\"devtools\")\n  ```\n\n","funding_links":[],"categories":["Implementations"],"sub_categories":["Other Frameworks"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboost-R%2FgamboostLSS","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboost-R%2FgamboostLSS","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboost-R%2FgamboostLSS/lists"}