forked from danielkasonde/CITRUS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·39 lines (39 loc) · 1.44 KB
/
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
Package: citrus
Type: Package
Title: Customer Intelligence Tool for Rapid Understandable Segmentation
Version: 1.0.1
Authors@R: c(
person("Dom","Clarke", email = "[email protected]", role = c("aut", "cre")),
person("Cinzia","Braglia",email = "[email protected]",role = "aut"),
person("Oskar","Nummedal",email = "[email protected]",role = "aut"),
person("Leo", "McCarthy",email = "[email protected]", role = "aut"),
person("Rebekah", "Yates",email = "[email protected]", role = "aut"),
person("Joash","Alonso",role = "aut"),
person("PEAK AI LIMITED", role = "cph")
)
Maintainer: Dom Clarke <[email protected]>
Copyright: See the file COPYRIGHTS
Description: A tool to easily run and visualise supervised and unsupervised state of the art customer segmentation.
It is built like a pipeline covering the 3 main steps in a segmentation project: pre-processing, modelling, and plotting.
Users can either run the pipeline as a whole, or choose to run any one of the three individual steps.
It is equipped with a supervised option (tree optimisation) and an unsupervised option (k-clustering) as default models.
License: MIT + file LICENSE
Suggests: testthat
Depends:
R (>= 3.5.0)
Imports:
ggplot2,
GGally,
clustMixType (>= 0.1-16),
treeClust,
rpart,
tibble,
rpart.plot,
rpart.utils,
stringr,
dplyr,
RColorBrewer,
rlang
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2