diff --git a/.gitignore b/.gitignore index b2f5a41..65fc94c 100644 --- a/.gitignore +++ b/.gitignore @@ -65,4 +65,5 @@ dev.csv .venv/ model.h5 evaluation.png -mlruns* \ No newline at end of file +mlruns* +fifa_overall* \ No newline at end of file diff --git a/Jenkinsfile-train b/Jenkinsfile-train index 374f123..38ce633 100644 --- a/Jenkinsfile-train +++ b/Jenkinsfile-train @@ -1,6 +1,6 @@ pipeline { agent { - docker { image 'adnovac/ium_s434760:3' } + docker { image 'adnovac/ium_s434760:3.1' } } parameters{ buildSelector( @@ -42,12 +42,5 @@ pipeline { archiveArtifacts 'fifa_overall/**/*' } } - stage('send email') { - steps { - emailext body: currentBuild.result ?: 'SUCCESS', - subject: 's434760 - train', - to: '26ab8f35.uam.onmicrosoft.com@emea.teams.ms' - } - } } } \ No newline at end of file diff --git a/fifa_overall/MLmodel b/fifa_overall/MLmodel deleted file mode 100644 index 43d82b6..0000000 --- a/fifa_overall/MLmodel +++ /dev/null @@ -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' diff --git a/fifa_overall/conda.yaml b/fifa_overall/conda.yaml deleted file mode 100644 index e74efe0..0000000 --- a/fifa_overall/conda.yaml +++ /dev/null @@ -1,10 +0,0 @@ -channels: -- defaults -- conda-forge -dependencies: -- python=3.8.10 -- pip -- pip: - - mlflow - - tensorflow==2.4.1 -name: mlflow-env diff --git a/fifa_overall/data/model/saved_model.pb b/fifa_overall/data/model/saved_model.pb deleted file mode 100644 index ce06b4c..0000000 Binary files a/fifa_overall/data/model/saved_model.pb and /dev/null differ diff --git a/fifa_overall/data/model/variables/variables.data-00000-of-00001 b/fifa_overall/data/model/variables/variables.data-00000-of-00001 deleted file mode 100644 index f3fe23c..0000000 Binary files a/fifa_overall/data/model/variables/variables.data-00000-of-00001 and /dev/null differ diff --git a/fifa_overall/data/model/variables/variables.index b/fifa_overall/data/model/variables/variables.index deleted file mode 100644 index 09bbc9b..0000000 Binary files a/fifa_overall/data/model/variables/variables.index and /dev/null differ diff --git a/fifa_overall/input_example.json b/fifa_overall/input_example.json deleted file mode 100644 index 6d340fe..0000000 --- a/fifa_overall/input_example.json +++ /dev/null @@ -1 +0,0 @@ -{"columns": ["Age", "Nationality", "Position", "Club"], "data": [[0.38, 0.175, 1, 0.91846154]]} \ No newline at end of file