poprawki
This commit is contained in:
parent
7743059eb6
commit
c7bba29b1a
1
.gitignore
vendored
1
.gitignore
vendored
@ -66,3 +66,4 @@ dev.csv
|
|||||||
model.h5
|
model.h5
|
||||||
evaluation.png
|
evaluation.png
|
||||||
mlruns*
|
mlruns*
|
||||||
|
fifa_overall*
|
@ -1,6 +1,6 @@
|
|||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker { image 'adnovac/ium_s434760:3' }
|
docker { image 'adnovac/ium_s434760:3.1' }
|
||||||
}
|
}
|
||||||
parameters{
|
parameters{
|
||||||
buildSelector(
|
buildSelector(
|
||||||
@ -42,12 +42,5 @@ pipeline {
|
|||||||
archiveArtifacts 'fifa_overall/**/*'
|
archiveArtifacts 'fifa_overall/**/*'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('send email') {
|
|
||||||
steps {
|
|
||||||
emailext body: currentBuild.result ?: 'SUCCESS',
|
|
||||||
subject: 's434760 - train',
|
|
||||||
to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1,20 +0,0 @@
|
|||||||
flavors:
|
|
||||||
keras:
|
|
||||||
data: data
|
|
||||||
keras_module: tensorflow.keras
|
|
||||||
keras_version: 2.4.0
|
|
||||||
save_format: tf
|
|
||||||
python_function:
|
|
||||||
data: data
|
|
||||||
env: conda.yaml
|
|
||||||
loader_module: mlflow.keras
|
|
||||||
python_version: 3.8.10
|
|
||||||
saved_input_example_info:
|
|
||||||
artifact_path: input_example.json
|
|
||||||
pandas_orient: split
|
|
||||||
type: dataframe
|
|
||||||
signature:
|
|
||||||
inputs: '[{"type": "tensor", "tensor-spec": {"dtype": "float64", "shape": [-1, 4]}}]'
|
|
||||||
outputs: '[{"type": "tensor", "tensor-spec": {"dtype": "float32", "shape": [-1,
|
|
||||||
1]}}]'
|
|
||||||
utc_time_created: '2021-05-23 19:48:30.385262'
|
|
@ -1,10 +0,0 @@
|
|||||||
channels:
|
|
||||||
- defaults
|
|
||||||
- conda-forge
|
|
||||||
dependencies:
|
|
||||||
- python=3.8.10
|
|
||||||
- pip
|
|
||||||
- pip:
|
|
||||||
- mlflow
|
|
||||||
- tensorflow==2.4.1
|
|
||||||
name: mlflow-env
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
{"columns": ["Age", "Nationality", "Position", "Club"], "data": [[0.38, 0.175, 1, 0.91846154]]}
|
|
Loading…
Reference in New Issue
Block a user