Skip to content

Commit 58ececb

Browse files
committed
fix: revert examples back to their state on the main branch
1 parent fa4de17 commit 58ececb

32 files changed

+9668
-7622
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

examples/data/hmeqModels/DecisionTreeClassifier/ModelProperties.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,16 @@
22
"name": "DecisionTreeClassifier",
33
"description": "Description for the DecisionTreeClassifier model.",
44
"scoreCodeType": "python",
5-
"trainTable": "cas-shared-default/Public/DecisionTreeClassifier_train_data",
5+
"trainTable": "",
66
"trainCodeType": "Python",
7-
"algorithm": "DecisionTreeClassifier",
7+
"algorithm": "",
88
"function": "Classification",
99
"targetVariable": "BAD",
1010
"targetEvent": "1",
11-
"targetLevel": "Binary",
11+
"targetLevel": "BINARY",
1212
"eventProbVar": "P_1",
1313
"modeler": "sasdemo",
1414
"tool": "Python 3",
15-
"toolVersion": "3.11.7",
16-
"properties": [],
17-
"eventPercentage": "0.20182166826462",
18-
"selectionStatistic": "_RASE_",
19-
"selectionStatisticValue": "0.33514616799162"
15+
"toolVersion": "3.8.16",
16+
"properties": []
2017
}

examples/data/hmeqModels/DecisionTreeClassifier/dmcas_fitstat.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -222,14 +222,13 @@
222222
"_MCE_": 0.88710450623202,
223223
"_ASE_": 0.11232295391947,
224224
"_MCLL_": 0.99896429012045,
225-
"_KS_": 1.0,
225+
"_KS_": null,
226226
"_KSPostCutoff_": null,
227227
"_DIV_": 4172.0,
228228
"_TAU_": null,
229229
"_KSCut_": null,
230-
"_C_": 0.85770092470509,
231-
"_PartInd_": null,
232-
"_KS2_": 0.71540184941018
230+
"_C_": null,
231+
"_PartInd_": null
233232
},
234233
"rowNumber": 2,
235234
"header": null
@@ -244,15 +243,14 @@
244243
"_DataRole_": "TEST",
245244
"_MCE_": 0.99328859060402,
246245
"_ASE_": 0.10439243746467,
247-
"_MCLL_": 0.1674139049754,
248-
"_KS_": 1.0,
246+
"_MCLL_": 0.18029189766592,
247+
"_KS_": null,
249248
"_KSPostCutoff_": null,
250249
"_DIV_": 1788.0,
251250
"_TAU_": null,
252251
"_KSCut_": null,
253-
"_C_": 0.83803076656035,
254-
"_PartInd_": null,
255-
"_KS2_": 0.6760615331207
252+
"_C_": null,
253+
"_PartInd_": null
256254
},
257255
"rowNumber": 3,
258256
"header": null

0 commit comments

Comments
 (0)