Skip to content

Commit 6a2b7dc

Browse files
committed
Updating binary classification model & score_code fixes
1 parent 5a351c1 commit 6a2b7dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+107650
-25703
lines changed
Binary file not shown.
Binary file not shown.

examples/data/hmeqModels/DecisionTreeClassifier/DecisionTreeClassifierScore.py

Lines changed: 0 additions & 47 deletions
This file was deleted.
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "DecisionTreeClassifier",
3-
"description": "",
4-
"function": "classification",
3+
"description": "Description for the DecisionTreeClassifier model.",
54
"scoreCodeType": "python",
6-
"trainTable": " ",
5+
"trainTable": "",
76
"trainCodeType": "Python",
87
"algorithm": "",
8+
"function": "Classification",
99
"targetVariable": "BAD",
10-
"targetEvent": 1,
10+
"targetEvent": "1",
1111
"targetLevel": "BINARY",
12-
"eventProbVar": "EM_EVENTPROBABILITY",
12+
"eventProbVar": "P_1",
1313
"modeler": "sasdemo",
1414
"tool": "Python 3",
15-
"toolVersion": "3.8.16"
15+
"toolVersion": "3.8.16",
16+
"properties": []
1617
}

examples/data/hmeqModels/DecisionTreeClassifier/dmcas_epscorecode.sas

Lines changed: 0 additions & 122 deletions
This file was deleted.

0 commit comments

Comments
 (0)