fixed export hist.png issue
This commit is contained in:
parent
ba6c4a8a24
commit
dbd87dadd9
File diff suppressed because one or more lines are too long
|
@ -82,7 +82,7 @@ def plot_hist_scores(df, score, score_adjusted, type_of_activity) :
|
|||
plt.xlabel("probability of a future purchase")
|
||||
plt.ylabel("count")
|
||||
plt.title(f"Comparison between score and adjusted score for {type_of_activity} companies")
|
||||
plt.show()
|
||||
# plt.show()
|
||||
|
||||
|
||||
def project_tickets_CA (df, nb_tickets, total_amount, score_adjusted, duration_ref, duration_projection) :
|
||||
|
|
Loading…
Reference in New Issue
Block a user