-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathDESCRIPTION
More file actions
95 lines (95 loc) · 2.22 KB
/
DESCRIPTION
File metadata and controls
95 lines (95 loc) · 2.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
Package: finnts
Title: Microsoft Finance Time Series Forecasting Framework
Version: 0.6.0.9047
Authors@R:
c(person(given = "Mike",
family = "Tokic",
role = c("aut", "cre"),
email = "mftokic@gmail.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: Automated time series forecasting developed by Microsoft Finance. The Microsoft Finance Time
Series Forecasting Framework, aka 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 was 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!
URL: https://microsoft.github.io/finnts/, https://github.com/microsoft/finnts
BugReports: https://github.com/microsoft/finnts/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Remotes:
Nixtla/nixtlar
Imports:
callr,
cli,
Cubist,
dials (>= 1.3.0),
digest,
doParallel,
dplyr,
earth,
feasts,
foreach,
fs,
generics,
glue,
glmnet,
gtools,
httr,
hts,
jsonlite,
kernlab,
lubridate,
magrittr,
methods,
nixtlar,
parallel,
parsnip,
plyr,
purrr,
recipes,
rlang,
rsample,
rules,
snakecase,
stringr,
tibble,
tidyr,
tidyselect,
timetk,
tune,
vroom,
workflows
Suggests:
arrow (>= 8.0.0),
AzureStor,
Boruta,
caret,
corrr,
ellmer,
energy,
knitr,
Microsoft365R,
notebookutils,
qs2,
reactable,
rmarkdown,
sparklyr,
testthat (>= 3.0.0),
tseries,
withr,
xgboost,
vip
Config/testthat/edition: 3
Depends:
R (>= 4.0),
modeltime
VignetteBuilder: knitr