-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1016 Bytes
/
DESCRIPTION
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
Package: mlfinance
Type: Package
Title: Machine learning in finance
Version: 0.0.1
Author: c(
person("Mislav", "Sagovac", email = "[email protected]", role = c("cre","aut")))
Maintainer: Mislav Sagovac <[email protected]>
Description: The package provides usefull functions for applying ML in finance.
For now, it only containss triple barrier labeling.
License: GPL-3
URL: https://github.com/MislavSag/mlfinance
BugReports: https://github.com/MislavSag/mlfinance/issues
Depends:
R (>= 3.5.0)
Imports:
data.table,
checkmate (>= 2.0.0),
lubridate,
slider,
future.apply (>= 1.5.0),
eventstudies,
TTR,
roll,
RollingWindow,
QuantTools,
forecast,
doParallel,
runner,
theft,
exuber,
zoo,
parallel,
GAS,
backCUSUM,
ptsuite,
reticulate,
Rcpp
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
VignetteBuilder: knitr
Config/testthat/edition: 3