fixed export hist.png issue

This commit is contained in:
Thomas PIQUE 2024-03-24 10:44:22 +00:00
parent ba6c4a8a24
commit dbd87dadd9
2 changed files with 30 additions and 28 deletions

File diff suppressed because one or more lines are too long

View File

@ -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) :