GSoC exploration: Copula-based distributional regression experiments#61
Open
mankameshwarmishra5-cmd wants to merge 10 commits intoboost-R:masterfrom
Open
GSoC exploration: Copula-based distributional regression experiments#61mankameshwarmishra5-cmd wants to merge 10 commits intoboost-R:masterfrom
mankameshwarmishra5-cmd wants to merge 10 commits intoboost-R:masterfrom
Conversation
…experiments for gamboostLSS Initial prototype experiments and plots while studying gamboostLSS for my GSoC 2026 proposal under R Project for Statistical Computing.
This script demonstrates the application of the gamboostLSS model using the mtcars dataset to predict miles per gallon (mpg) based on horsepower and weight. It includes model fitting, cross-validation, and saving plot results.
This script simulates data for two response variables Y1 and Y2 using advanced modeling techniques with gamboostLSS. It includes parameter estimation, visualization, and analysis of the relationships between predictors and response variables.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request contains my initial exploration of the gamboostLSS
framework while preparing a potential proposal for Google Summer of Code.
The goal of this work is to better understand distributional boosting
and explore preliminary experiments related to copula-based
distributional regression models.
Repository additions include:
• R scripts for simulating and modeling simple and harder tasks
• Experiments using boosting iterations for distributional models
• Visualization of model behavior through generated plots
These scripts and plots serve as an exploratory step toward
developing a more advanced implementation for copula-based
distributional regression within gamboostLSS.
Feedback from maintainers would be greatly appreciated.