Skip to content

Commit

Permalink
fix fused lasso issues
Browse files Browse the repository at this point in the history
  • Loading branch information
nanxstats committed Jan 2, 2017
1 parent d5b216f commit afc49c9
Show file tree
Hide file tree
Showing 41 changed files with 503 additions and 385 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,grid.arrange)
importFrom(ncvreg,cv.ncvsurv)
importFrom(ncvreg,ncvsurv)
importFrom(penalized,optL1)
importFrom(penalized,cvl)
importFrom(penalized,penalized)
importFrom(penalized,survival)
importFrom(rms,nomogram)
Expand Down
11 changes: 9 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# hdnom 4.6 (2016-12-29)
# hdnom 4.6 (2017-01-02)

## Bug Fixes

- Fixed issues in parameter tuning and cross-validation procedures for
fused lasso models.
fused lasso models ([commit link](link)). The user visible change is that
two parameters `lambda1` and `lambda2` instead of a single "lambda" are now
required for fitting, validating, and calibrating fused lasso models.

## Improvements

- The argument `lambda` in `hdnom.nomogram` is no longer needed and has
been deprecated.

# hdnom 4.5 (2016-12-24)

Expand Down
Loading

0 comments on commit afc49c9

Please sign in to comment.