Skip to content

Commit

Permalink
update news to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nhejazi committed Sep 18, 2020
1 parent 5e149fa commit bb70804
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 24 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# hal9001 0.2.7

As of September 2020:
* adds a `summary` method for interpreting HAL regressions
(https://github.com/tlverse/hal9001/pull/64)
* adds a software paper for publication in the _Journal of Open Source
Software_ (https://github.com/tlverse/hal9001/pull/71)

# hal9001 0.2.6

As of June 2020:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ hal_fit <- fit_hal(X = x, Y = y)
#> [1] "I'm sorry, Dave. I'm afraid I can't do that."
hal_fit$times
#> user.self sys.self elapsed user.child sys.child
#> enumerate_basis 0.001 0 0.002 0 0
#> design_matrix 0.002 0 0.001 0 0
#> remove_duplicates 0.004 0 0.005 0 0
#> reduce_basis 0.000 0 0.000 0 0
#> lasso 0.268 0 0.268 0 0
#> total 0.275 0 0.276 0 0
#> enumerate_basis 0.002 0.000 0.002 0 0
#> design_matrix 0.002 0.000 0.002 0 0
#> remove_duplicates 0.011 0.000 0.010 0 0
#> reduce_basis 0.000 0.000 0.000 0 0
#> lasso 0.320 0.012 0.333 0 0
#> total 0.335 0.012 0.347 0 0

# training sample prediction
preds <- predict(hal_fit, new_data = x)
Expand Down
22 changes: 11 additions & 11 deletions docs/articles/intro_hal9001.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pkgdown: 1.6.1
pkgdown_sha: ~
articles:
intro_hal9001: intro_hal9001.html
last_built: 2020-09-17T02:03Z
last_built: 2020-09-18T22:35Z
urls:
reference: https://tlverse.org/hal9001/reference
article: https://tlverse.org/hal9001/articles
Expand Down

0 comments on commit bb70804

Please sign in to comment.