Skip to content

Commit d0604a0

Browse files
author
Miguel Angel
committed
💩 Bad code that needs to be improved
1 parent 54ce7c3 commit d0604a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ImpurityMeasures/test2.py renamed to ImpurityMeasures/entropy_c.py

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
from numpy.core.numeric import zeros_like
33
import pandas as pd
44

5+
# [TODO] This code was made in a hurry.
6+
# It can be improved, someday I will. Please excuse me
7+
58
data = {
69
"a3": [1.0, 6.0, 5.0, 4.0, 7.0, 3.0,8.0,7.0,5.0],
710
"class": ["CP", "CP", "CN", "CP", "CN", "CN", "CN", "CP", "CN"]

0 commit comments

Comments
 (0)