-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
29 lines (29 loc) · 936 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
Package: featuretoolsR
Type: Package
Title: Interact with the 'Python' Module 'Featuretools'
Version: 0.4.4
Authors@R: person("Magnus", "Furugård", email = "magnus.furugard@gmail.com", role = c("aut", "cre"))
Maintainer: Magnus Furugård <magnus.furugard@gmail.com>
Description: A 'reticulate'-based interface to the 'Python' module 'Featuretools'.
The package grants functionality to interact with 'Pythons' 'Featuretools' module, which allows
for automated feature engineering on any data frame. Valid features and new data sets can, after
feature synthesis, easily be extracted.
License: MIT + file LICENSE
URL: https://github.com/magnusfurugard/featuretoolsR
BugReports: https://github.com/magnusfurugard/featuretoolsR/issues
Depends:
R (>= 3.4.2)
Imports:
reticulate,
caret,
dplyr,
purrr,
stringr,
tibble,
magrittr,
cli,
testthat,
rstudioapi
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1