Skip to content

Commit

Permalink
Merge pull request #141 from microsoft/mitokic/08112023/feature-selec…
Browse files Browse the repository at this point in the history
…tion

Mitokic/08112023/feature selection
  • Loading branch information
mitokic authored Aug 23, 2023
2 parents bb01fad + c866f7d commit 9dc4f76
Show file tree
Hide file tree
Showing 12 changed files with 758 additions and 61 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
extra-packages: any::rcmdcheck, vip=?ignore-before-r=4.1.0, Boruta=?ignore-before-r=4.1.0
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down
7 changes: 5 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: finnts
Title: Microsoft Finance Time Series Forecasting Framework
Version: 0.3.0.9000
Version: 0.3.0.9001
Authors@R:
c(person(given = "Mike",
family = "Tokic",
Expand Down Expand Up @@ -63,14 +63,17 @@ Imports:
Suggests:
arrow (>= 8.0.0),
AzureStor,
Boruta,
corrr,
knitr,
Microsoft365R,
notebookutils,
qs,
reactable,
rmarkdown,
sparklyr,
testthat (>= 3.0.0),
qs
vip
Config/testthat/edition: 3
Depends:
R (>= 3.6.0),
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# finnts 0.3.0.9000 (DEVELOPMENT VERSION)
# finnts 0.3.0.9001 (DEVELOPMENT VERSION)

## Improvements

- Tidymodels speed up
- Automated feature selection, refer to feature selection vignette for more details

# finnts 0.3.0

Expand Down
Loading

0 comments on commit 9dc4f76

Please sign in to comment.