added model evaluation

This commit is contained in:
s464953 2024-05-09 02:30:19 +02:00
parent 79947a5811
commit db5d87f034
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -36,7 +36,7 @@ pipeline {
}
stage('Archive Artifacts') {
steps {
archiveArtifacts artifacts: 'metrics_df.csv, spotify_genre_predictions.csv', onlyIfSuccessful: true
archiveArtifacts artifacts: 'metrics_df.csv, spotify_genre_predictions.csv, F1_score_plot.png, RMSE_plot.png, Accuracy_plot.png', onlyIfSuccessful: true
}
}
}