-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #85 from NIEHS/main-sciome
Minor bug fixes and usability improvements
- Loading branch information
Showing
15 changed files
with
429 additions
and
38 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# PrestoGP 0.2.0.9039 (2024-12-26) | ||
|
||
## MINOR IMPROVEMENTS | ||
|
||
* Rewrote some tests that were failing on some verions of R | ||
|
||
# PrestoGP 0.2.0.9038 (2024-12-23) | ||
|
||
## NEW FEATURES | ||
|
||
* Added the method `get_Y` to extract the Y values (including the imputed | ||
Y values) from a PrestoGP model | ||
|
||
* Added the method `get_linear_model` to extract the fitted cv.glmnet object | ||
from a PrestoGP model | ||
|
||
* Added the method `plot_beta` to plot the glide path of the | ||
regression coefficients | ||
|
||
## MINOR IMPROVEMENTS | ||
|
||
* Added a NEWS.md file to track changes in each update | ||
|
||
* Modified the `show` method to not print zero betas | ||
|
||
* Modified `prestogp_predict` to retun predictions in the form of a | ||
list for multivariate models | ||
|
||
## BUG FIXES | ||
|
||
* Fixed a bug in the intercept calculation in `get_beta` | ||
|
||
* Fixed a bug where multivariate models with no variable names for X were | ||
being assigned arbitrary variable names | ||
|
||
## DOCUMENTATION FIXES | ||
|
||
* Updated the documention in `PrestoGPModel-class` to reflect that the | ||
Y_train slot is updated to contain imputed values during model | ||
fitting | ||
|
||
* Added documentation for all new methods |
This file contains 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
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.