We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54ce7c3 commit d0604a0Copy full SHA for d0604a0
ImpurityMeasures/test2.py renamed to ImpurityMeasures/entropy_c.py
@@ -2,6 +2,9 @@
2
from numpy.core.numeric import zeros_like
3
import pandas as pd
4
5
+# [TODO] This code was made in a hurry.
6
+# It can be improved, someday I will. Please excuse me
7
+
8
data = {
9
"a3": [1.0, 6.0, 5.0, 4.0, 7.0, 3.0,8.0,7.0,5.0],
10
"class": ["CP", "CP", "CN", "CP", "CN", "CN", "CN", "CP", "CN"]
0 commit comments