We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebf709 commit ff6da71Copy full SHA for ff6da71
my_functions.py
@@ -123,7 +123,6 @@ def mylift(
123
Gini = 1.0 - 2.0 * Numerator / Denominator
124
NormalizedGini = Gini / gini(pdf["Actual"], pdf["Actual"])
125
GiniTitle = "Normalized Gini = " + str(round(NormalizedGini, 4))
126
- print(GiniTitle)
127
128
pdf["PredictedDecile"] = np.round(
129
pdf["CummulativeWeight"] * n / TotalWeight + 0.5, decimals=0
0 commit comments