Skip to content

Commit ff6da71

Browse files
Update my_functions.py
1 parent 5ebf709 commit ff6da71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

my_functions.py

-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ def mylift(
123123
Gini = 1.0 - 2.0 * Numerator / Denominator
124124
NormalizedGini = Gini / gini(pdf["Actual"], pdf["Actual"])
125125
GiniTitle = "Normalized Gini = " + str(round(NormalizedGini, 4))
126-
print(GiniTitle)
127126

128127
pdf["PredictedDecile"] = np.round(
129128
pdf["CummulativeWeight"] * n / TotalWeight + 0.5, decimals=0

0 commit comments

Comments
 (0)