67 строки
1.9 KiB
Plaintext
67 строки
1.9 KiB
Plaintext
Package: finnts
|
|
Title: Microsoft Finance Time Series Forecasting Framework
|
|
Version: 0.0.0.9000
|
|
Authors@R:
|
|
c(person(given = "Mike",
|
|
family = "Tokic",
|
|
role = c("aut", "cre"),
|
|
email = "mitokic@microsoft.com",
|
|
comment = c(ORCID = "0000-0002-7630-7055")),
|
|
person(given = "Aadharsh",
|
|
family = "Kannan",
|
|
role = c("aut"),
|
|
email = "akannan@microsoft.com",
|
|
comment = c(ORCID = "0000-0002-6475-8211")))
|
|
Description: The Microsoft Finance Time Series Forecasting Framework, aka Finn, is an automated way of producing various
|
|
forecasts within corporate finance teams. Finn can be used to forecast any component of the income
|
|
statement, balance sheet, or any other area of interest by finance. Any numerical quantity over time,
|
|
Finn can be used to forecast it. While it can be applied outside of the finance domain, Finn want built
|
|
to meet the needs of financial analysts to better forecast their businesses within a company, and has
|
|
a lot of built in features that are specific to the needs of financial forecasters. Happy forecasting!
|
|
License: MIT + file LICENSE
|
|
Encoding: UTF-8
|
|
LazyData: true
|
|
Roxygen: list(markdown = TRUE)
|
|
RoxygenNote: 7.1.1
|
|
Imports:
|
|
Cubist,
|
|
doAzureParallel (>= 0.8.0),
|
|
doFuture,
|
|
doParallel,
|
|
dplyr,
|
|
earth,
|
|
glmnet,
|
|
gtools,
|
|
hts,
|
|
kernlab,
|
|
lightgbm,
|
|
matrixcalc,
|
|
modeltime.ensemble,
|
|
modeltime.gluonts,
|
|
modeltime.resample,
|
|
parallel,
|
|
plyr,
|
|
purrr,
|
|
rAzureBatch (>= 0.7.0),
|
|
rlist,
|
|
rules,
|
|
stringr,
|
|
tabnet,
|
|
tibble,
|
|
tidyr,
|
|
timetk,
|
|
torch
|
|
Remotes:
|
|
Azure/rAzureBatch,
|
|
Azure/doAzureParallel
|
|
Suggests:
|
|
rmarkdown,
|
|
knitr,
|
|
testthat (>= 3.0.0)
|
|
Config/testthat/edition: 3
|
|
Depends:
|
|
lubridate,
|
|
foreach,
|
|
modeltime
|
|
VignetteBuilder: knitr
|