Skip to content

Commit 4d827f4

Browse files
committed
Fix for the pzmm regression model example.
1 parent e9a1982 commit 4d827f4

20 files changed

+24685
-2
lines changed
Binary file not shown.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "LinearRegression",
3+
"description": "",
4+
"function": "classification",
5+
"scoreCodeType": "python",
6+
"trainTable": " ",
7+
"trainCodeType": "Python",
8+
"algorithm": "",
9+
"targetVariable": "Price",
10+
"targetEvent": 1,
11+
"targetLevel": "BINARY",
12+
"eventProbVar": "EM_PREDICTION",
13+
"modeler": "sasdemo",
14+
"tool": "Python 3",
15+
"toolVersion": "3.9.12"
16+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[
2+
{
3+
"role": "inputVariables",
4+
"name": "inputVar.json"
5+
},
6+
{
7+
"role": "outputVariables",
8+
"name": "outputVar.json"
9+
},
10+
{
11+
"role": "score",
12+
"name": "LinearRegressionScore.py"
13+
},
14+
{
15+
"role": "scoreResource",
16+
"name": "LinearRegression.pickle"
17+
}
18+
]
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"name": "Avg_Area_Income",
4+
"length": 8,
5+
"type": "decimal",
6+
"level": "interval"
7+
},
8+
{
9+
"name": "Avg_Area_House_Age",
10+
"length": 8,
11+
"type": "decimal",
12+
"level": "interval"
13+
},
14+
{
15+
"name": "Avg_Area_Number_of_Rooms",
16+
"length": 8,
17+
"type": "decimal",
18+
"level": "interval"
19+
},
20+
{
21+
"name": "Avg_Area_Number_of_Bedrooms",
22+
"length": 8,
23+
"type": "decimal",
24+
"level": "interval"
25+
},
26+
{
27+
"name": "Area_Population",
28+
"length": 8,
29+
"type": "decimal",
30+
"level": "interval"
31+
}
32+
]
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"name": "EM_PREDICTION",
4+
"length": 8,
5+
"type": "decimal",
6+
"level": "interval"
7+
}
8+
]
Binary file not shown.
1.37 MB
Binary file not shown.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"hyperparameters": {
3+
"ccp_alpha": 0.0,
4+
"class_weight": null,
5+
"criterion": "gini",
6+
"max_depth": null,
7+
"max_features": null,
8+
"max_leaf_nodes": null,
9+
"min_impurity_decrease": 0.0,
10+
"min_impurity_split": null,
11+
"min_samples_leaf": 1,
12+
"min_samples_split": 2,
13+
"min_weight_fraction_leaf": 0.0,
14+
"presort": "deprecated",
15+
"random_state": 42,
16+
"splitter": "best"
17+
}
18+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "DTC_KPIsV1",
3+
"description": "Description for the DTC_KPIsV1 model.",
4+
"scoreCodeType": "python",
5+
"trainTable": "",
6+
"trainCodeType": "Python",
7+
"algorithm": "Decision tree",
8+
"function": "Classification",
9+
"targetVariable": "BAD",
10+
"targetEvent": "1",
11+
"targetLevel": "BINARY",
12+
"eventProbVar": "P_1",
13+
"modeler": "sasdemo",
14+
"tool": "Python 3",
15+
"toolVersion": "3.8.16",
16+
"properties": []
17+
}

0 commit comments

Comments
 (0)