Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
CloudPak-Outcomes
GitHub Repository: CloudPak-Outcomes/Outcomes-Projects
Path: blob/main/project-preload-input.json
1928 views
1
{
2
"demos": [
3
{
4
"comment": "default project set loaded when import_projects is True and demo_name is not provided",
5
"name": "default",
6
"projects": [
7
{
8
"baseName": "Mortgage Default",
9
"fileLocation": "template-projects/Mortgage-Default.zip",
10
"description": "Analyze and predict the potential risk of loan applicants defaulting on their mortgage loans."
11
},
12
{
13
"baseName": "Employee Attrition",
14
"fileLocation": "template-projects/Employee-Attrition.zip",
15
"description": "Analyze and predict the reasons and potential risk of employees leaving the company."
16
}
17
]
18
},
19
{
20
"comment": "default labs projects set loaded when import_projects is True and demo_name is not provided",
21
"name": "labs",
22
"projects": [
23
{
24
"baseName": "Mortgage Default",
25
"fileLocation": "template-projects/Mortgage-Default.zip",
26
"description": "Analyze and predict the potential risk of loan applicants defaulting on their mortgage loans."
27
},
28
{
29
"baseName": "Employee Attrition",
30
"fileLocation": "template-projects/Employee-Attrition.zip",
31
"description": "Analyze and predict the reasons and potential risk of employees leaving the company."
32
}
33
]
34
},
35
{
36
"comment": "Mortgage analysis from the experiences decommissioned system",
37
"name": "Mortgage Default",
38
"projects": [
39
{
40
"baseName": "Mortgage Default",
41
"fileLocation": "template-projects/Mortgage-Default.zip",
42
"description": "Analyze and predict the potential risk of loan applicants defaulting on their mortgage loans."
43
}
44
]
45
},
46
{
47
"comment": "Employee attrition demo from the tech-enablement predict group",
48
"name": "Employee Attrition",
49
"projects": [
50
{
51
"baseName": "Employee Attrition",
52
"fileLocation": "template-projects/Employee-Attrition.zip",
53
"description": "Analyze and predict the reasons and potential risk of employees leaving the company."
54
}
55
]
56
},
57
{
58
"comment": "DSE customer segmentation project",
59
"name": "DSE",
60
"projects": [
61
{
62
"baseName": "Customer Segmentation",
63
"fileLocation": "template-projects/customer-segmentation-analytics-project.zip",
64
"description": "DSE Customer Segmentation Analytics"
65
},
66
{
67
"baseName": "Customer Attrition",
68
"fileLocation": "template-projects/customer-attrition-analytics-project.zip",
69
"description": "DSE Customer Attrition Analytics"
70
},
71
{
72
"baseName": "Life Event",
73
"fileLocation": "template-projects/LifeEvent-analytics-project.zip",
74
"description": "DSE Life Event Analytics"
75
},
76
{
77
"baseName": "Offer Affinity",
78
"fileLocation": "template-projects/OfferAffinity-analytics-project.zip",
79
"description": "DSE Offer Affinity Analytics"
80
},
81
{
82
"baseName": "Intelligent Maintenance",
83
"fileLocation": "template-projects/Intelligent-maintenance-analytics-project.zip",
84
"description": "DSE Intelligent Maintenance Analytics"
85
},
86
{
87
"baseName": "Claims Leakage",
88
"fileLocation": "template-projects/ClaimsLeakage-analytics-project.zip",
89
"description": "DSE Claims Leakage"
90
},
91
{
92
"baseName": "SME Banking",
93
"fileLocation": "template-projects/SMEBanking-analytics-project.zip",
94
"description": "DSE SME Banking"
95
},
96
{
97
"baseName": "Supply Chain",
98
"fileLocation": "template-projects/SupplyChain-analytics-project.zip",
99
"description": "DSE Supply Chain"
100
},
101
{
102
"baseName": "Utilities Payment Risk",
103
"fileLocation": "template-projects/UtilitiesPaymentRisk-analytics-project.zip",
104
"description": "DSE Utilities Payment Risk"
105
}
106
]
107
}
108
]
109
}
110
111