Skip to content

Commit 54ce7c3

Browse files
author
Miguel Angel
committed
💡 Update comments in source code
1 parent 80b3001 commit 54ce7c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ImpurityMeasures/entropy.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ def entropy(Node):
4040
print("Entropy impurity: {}\n".format(entropy))
4141
return entropy
4242

43-
43+
# [WARNING] This example doesnt support continuous attributes
44+
# if you want to calculate the IG of continuos attributes
45+
# please go to the entropy_c.py file in this same folder
4446
father = "Etiqueta_Clase"
4547
child = "a1"
4648

0 commit comments

Comments
 (0)