predict registry removed artefacts
This commit is contained in:
parent
bb4af5daaa
commit
de5442b263
2
predict-registry/Jenkinsfile
vendored
2
predict-registry/Jenkinsfile
vendored
@ -19,8 +19,6 @@ pipeline {
|
||||
stage('Predict example value'){
|
||||
steps {
|
||||
sh "python ./predict-registry/predict.py"
|
||||
sh "cd /tmp"
|
||||
sh "ls -al"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -21,4 +21,4 @@ with open(client.get_model_version(model_name, model_version).source + '/input_e
|
||||
|
||||
input_dictionary = {i: x for i, x in enumerate(example_input)}
|
||||
input_ex = pd.DataFrame(input_dictionary, index=[0])
|
||||
print(model.predict(input_ex))
|
||||
print("RESULT: ", model.predict(input_ex))
|
||||
|
Loading…
Reference in New Issue
Block a user