Skip to content

Commit ab19b28

Browse files
committed
Added calculation image for gini, will edit and make for entropy
1 parent 402308c commit ab19b28

15 files changed

+2926
-135
lines changed

.DS_Store

0 Bytes
Binary file not shown.

Sklearn/.DS_Store

0 Bytes
Binary file not shown.

Sklearn/DecisionTrees/.DS_Store

0 Bytes
Binary file not shown.

Sklearn/DecisionTrees/.ipynb_checkpoints/DecisionTreeAnatomy-SpecialSplits-checkpoint.ipynb

Lines changed: 1064 additions & 0 deletions
Large diffs are not rendered by default.

Sklearn/DecisionTrees/.ipynb_checkpoints/EntropyGiniCalculations-checkpoint.ipynb

Lines changed: 346 additions & 37 deletions
Large diffs are not rendered by default.

Sklearn/DecisionTrees/DecisionTreeAnatomy-SpecialSplits.ipynb

Lines changed: 1015 additions & 0 deletions
Large diffs are not rendered by default.

Sklearn/DecisionTrees/DecisionTreeAnatomy.ipynb

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,71 +1007,6 @@
10071007
"plt.gcf().subplots_adjust(bottom=0.20)\n",
10081008
"plt.savefig('dotfiles/notperfectClassDN2.png', dpi = 400)"
10091009
]
1010-
},
1011-
{
1012-
"cell_type": "code",
1013-
"execution_count": null,
1014-
"metadata": {
1015-
"collapsed": true
1016-
},
1017-
"outputs": [],
1018-
"source": []
1019-
},
1020-
{
1021-
"cell_type": "code",
1022-
"execution_count": 30,
1023-
"metadata": {
1024-
"collapsed": false
1025-
},
1026-
"outputs": [
1027-
{
1028-
"data": {
1029-
"text/plain": [
1030-
"0.4533333333333333"
1031-
]
1032-
},
1033-
"execution_count": 30,
1034-
"metadata": {},
1035-
"output_type": "execute_result"
1036-
}
1037-
],
1038-
"source": []
1039-
},
1040-
{
1041-
"cell_type": "code",
1042-
"execution_count": null,
1043-
"metadata": {
1044-
"collapsed": true
1045-
},
1046-
"outputs": [],
1047-
"source": []
1048-
},
1049-
{
1050-
"cell_type": "code",
1051-
"execution_count": null,
1052-
"metadata": {
1053-
"collapsed": true
1054-
},
1055-
"outputs": [],
1056-
"source": []
1057-
},
1058-
{
1059-
"cell_type": "code",
1060-
"execution_count": null,
1061-
"metadata": {
1062-
"collapsed": true
1063-
},
1064-
"outputs": [],
1065-
"source": []
1066-
},
1067-
{
1068-
"cell_type": "code",
1069-
"execution_count": null,
1070-
"metadata": {
1071-
"collapsed": true
1072-
},
1073-
"outputs": [],
1074-
"source": []
10751010
}
10761011
],
10771012
"metadata": {

0 commit comments

Comments
 (0)