copy artifacts metrics
All checks were successful
s434765-evaluation/pipeline/head This commit looks good
All checks were successful
s434765-evaluation/pipeline/head This commit looks good
This commit is contained in:
parent
37e0a59760
commit
89f18e3061
@ -15,7 +15,7 @@ node {
|
||||
|
||||
}
|
||||
stage('Clone repo') {
|
||||
docker.image("karopa/ium:15").inside {
|
||||
docker.image("karopa/ium:16").inside {
|
||||
stage('Test') {
|
||||
checkout([$class: 'GitSCM', branches: [[name: '*/evaluation']], doGenerateSubmoduleConfigurations: false, extensions: [], submoduleCfg: [], userRemoteConfigs: [[url: 'https://git.wmi.amu.edu.pl/s434765/ium_434765']]])
|
||||
copyArtifacts fingerprintArtifacts: true, projectName: 's434765-create-dataset', selector: buildParameter("BUILD_DATASET")
|
||||
|
@ -37,5 +37,5 @@ for (pred, test) in zip(prediction_denormalized, y_test.values):
|
||||
error = mean_squared_error(y_test, prediction_denormalized)
|
||||
print(error)
|
||||
|
||||
with open("rmse.txt", "w") as file:
|
||||
with open("rmse.txt", "a") as file:
|
||||
file.write(str(error) + "\n")
|
||||
|
Loading…
Reference in New Issue
Block a user