Skip to content

Commit

Permalink
fix: revert examples back to their state on the main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
smlindauer committed Oct 29, 2024
1 parent fa4de17 commit 58ececb
Show file tree
Hide file tree
Showing 32 changed files with 9,668 additions and 7,622 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,16 @@
"name": "DecisionTreeClassifier",
"description": "Description for the DecisionTreeClassifier model.",
"scoreCodeType": "python",
"trainTable": "cas-shared-default/Public/DecisionTreeClassifier_train_data",
"trainTable": "",
"trainCodeType": "Python",
"algorithm": "DecisionTreeClassifier",
"algorithm": "",
"function": "Classification",
"targetVariable": "BAD",
"targetEvent": "1",
"targetLevel": "Binary",
"targetLevel": "BINARY",
"eventProbVar": "P_1",
"modeler": "sasdemo",
"tool": "Python 3",
"toolVersion": "3.11.7",
"properties": [],
"eventPercentage": "0.20182166826462",
"selectionStatistic": "_RASE_",
"selectionStatisticValue": "0.33514616799162"
"toolVersion": "3.8.16",
"properties": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -222,14 +222,13 @@
"_MCE_": 0.88710450623202,
"_ASE_": 0.11232295391947,
"_MCLL_": 0.99896429012045,
"_KS_": 1.0,
"_KS_": null,
"_KSPostCutoff_": null,
"_DIV_": 4172.0,
"_TAU_": null,
"_KSCut_": null,
"_C_": 0.85770092470509,
"_PartInd_": null,
"_KS2_": 0.71540184941018
"_C_": null,
"_PartInd_": null
},
"rowNumber": 2,
"header": null
Expand All @@ -244,15 +243,14 @@
"_DataRole_": "TEST",
"_MCE_": 0.99328859060402,
"_ASE_": 0.10439243746467,
"_MCLL_": 0.1674139049754,
"_KS_": 1.0,
"_MCLL_": 0.18029189766592,
"_KS_": null,
"_KSPostCutoff_": null,
"_DIV_": 1788.0,
"_TAU_": null,
"_KSCut_": null,
"_C_": 0.83803076656035,
"_PartInd_": null,
"_KS2_": 0.6760615331207
"_C_": null,
"_PartInd_": null
},
"rowNumber": 3,
"header": null
Expand Down
Loading

0 comments on commit 58ececb

Please sign in to comment.