Skip to content

Commit 5adbab6

Browse files
committed
Updated gini calc
1 parent d03f69b commit 5adbab6

File tree

6 files changed

+850
-1
lines changed

6 files changed

+850
-1
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/EntropyGiniCalculations-checkpoint.ipynb

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

Sklearn/DecisionTrees/DecisionTreeAnatomy.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
},
5151
"outputs": [],
5252
"source": [
53-
"import pandas as pd\n",
5453
"from sklearn.datasets import load_iris\n",
5554
"data = load_iris()\n",
5655
"\n",

Sklearn/DecisionTrees/EntropyGiniCalculations.ipynb

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

0 commit comments

Comments
 (0)