-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dirichlet family #60
base: devel
Are you sure you want to change the base?
Dirichlet family #60
Conversation
PR: Merge Devel to Master
fix selected (closes boost-R#39 and boost-R#40)
…sed for CRAN only
…riting) the combined risk in the global environment. Closes boost-R#49.
Fix issue with all.equal(papply, mclapply) == TRUE which was not valid syntax
Same fix as for cvrisk
- Fixed S3 argument mismatch - Updated CITATION file to reflect current guidance on how to cite in packages
@mayrandy, it seems that our devel branch is completely outdated and that Michael (@Tanzmarie) has used that branch to develop his family. I am not sure if one can still change the merge target to master and check for differences there? I am currently having issues reviewing the code as it is based on many changes from the devel branch. As a sidenote: We should consider what to do with the devel branch. It seems that we should either update it to the most current version or remove it completely to avoid issues. Maybe we can have a short call in the comming days? |
@Tanzmarie: The code is currently not ok. Please run R checks and remove all notes, warnings and errors related to your code. A quick check gives me the following issues:
If possible you could also use the master branch and add your code to that to make the pull request easier as discussed above. I am also wondering if you really need the lengthy lists of arguments (a1, ...) which I currently don't even understand given a lack of documentation. Maybe we can see if it possible to use a vector or list of arguments instead? |
Dear gamboostLSS-Team,
I have implemented a novel Dirichlet family which allows for fitting Dirichlet regression models via gradient boosting within your gamboostLSS package for a paper that is currently under review. One referree pointed out that it would be favorable to add the family to gamboostLSS. To this end, I adjusted the necessary file in my fork and conducted relevant tests.
I would be really happy if you would consider adding the Dirichlet family.
Kind regards,
Michael