Skip to content
Extraits de code Groupes Projets
Valider 40620d98 rédigé par Adrien Payen's avatar Adrien Payen
Parcourir les fichiers

update content based

parent cd13755c
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -45,7 +45,7 @@ def export_evaluation_report(report):
DataFrame: Merged ratings and items data.
"""
report_name = f"evaluation_report_{pd.Timestamp.now().strftime('%Y-%m-%d')}.csv"
export_path = os.path.join(C.CONTENT_PATH/C.EVALUATION_PATH, report_name)
export_path = os.path.join(C.EVALUATION_PATH, report_name)
report.to_csv(export_path, index=False)
print("The data has been exported to the evaluation report")
return report
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter