Commit Graph

55 Commits

Author SHA1 Message Date
6a01cf5307 Mount /tmp/mlruns while training
Some checks failed
s444409-training/pipeline/head There was a failure building this commit
2022-05-09 14:42:38 +02:00
66c7e1c583 Initial MLFlow setup
Some checks failed
s444409-training/pipeline/head There was a failure building this commit
2022-05-09 13:57:15 +02:00
b6f47e9fef Copy artifacts to train other branches
All checks were successful
s444409-evaluation/pipeline/head This commit looks good
s444409-training/pipeline/head This commit looks good
2022-05-09 11:02:18 +02:00
1a44512224 Enable Mongo
All checks were successful
s444409-training/pipeline/head This commit looks good
s444409-evaluation/pipeline/head This commit looks good
2022-05-09 10:03:04 +02:00
076de7c773 Revert "Do not use string interpolation"
This reverts commit 9e78523b89.
2022-05-07 10:34:33 +02:00
9e78523b89 Do not use string interpolation
All checks were successful
s444409-evaluation/pipeline/head This commit looks good
s444409-training/pipeline/head This commit looks good
2022-05-07 10:33:16 +02:00
fd5c67b176 Add Mongo observer
All checks were successful
s444409-evaluation/pipeline/head This commit looks good
s444409-training/pipeline/head This commit looks good
2022-05-06 22:29:25 +02:00
238b22ea20 Log metrics 2022-05-06 22:09:36 +02:00
d0ab5ae997 Move common methods and functions to model.py
All checks were successful
s444409-evaluation/pipeline/head This commit looks good
s444409-training/pipeline/head This commit looks good
2022-05-06 21:51:49 +02:00
b7a8d43680 Add Sacred FileStorageObserver
Some checks failed
s444409-evaluation/pipeline/head There was a failure building this commit
s444409-training/pipeline/head There was a failure building this commit
2022-05-06 21:42:57 +02:00
d794e390aa Add Sacred FileStorageObserver
Some checks failed
s444409-training/pipeline/head There was a failure building this commit
2022-05-06 21:39:18 +02:00
f716e52cbf Add basic Sacred support
All checks were successful
s444409-evaluation/pipeline/head This commit looks good
s444409-training/pipeline/head This commit looks good
2022-05-06 20:56:22 +02:00
593b17cd2b Code reformat 2022-05-06 20:20:22 +02:00
d02ebda808 Cleanup Jenkinsfiles
All checks were successful
s444409-evaluation/pipeline/head This commit looks good
s444409-training/pipeline/head This commit looks good
2022-05-06 20:16:15 +02:00
cdf349e089 Revert "Add model build selector"
All checks were successful
s444409-evaluation/pipeline/head This commit looks good
s444409-training/pipeline/head This commit looks good
This reverts commit f42a5aca2f.
2022-05-06 18:45:04 +02:00
f42a5aca2f Add model build selector
Some checks failed
s444409-evaluation/pipeline/head There was a failure building this commit
s444409-training/pipeline/head There was a failure building this commit
2022-05-06 18:42:50 +02:00
a0ccb6e3bd Add git build selector
All checks were successful
s444409-evaluation/pipeline/head This commit looks good
s444409-training/pipeline/head This commit looks good
2022-05-05 23:34:58 +02:00
5b2b990ccb Idiotproof file operations
All checks were successful
s444409-training/pipeline/head This commit looks good
s444409-evaluation/pipeline/head This commit looks good
2022-05-05 23:22:10 +02:00
5f4b34648d Get dataset in eval
Some checks failed
s444409-evaluation/pipeline/head There was a failure building this commit
2022-05-05 23:20:23 +02:00
5d35cb7d7b Get model in evaluation
Some checks failed
s444409-evaluation/pipeline/head There was a failure building this commit
2022-05-05 23:18:56 +02:00
d570abb7b2 Fix project name
Some checks failed
s444409-evaluation/pipeline/head There was a failure building this commit
s444409-training/pipeline/head There was a failure building this commit
2022-05-05 23:14:22 +02:00
4b2532cad6 Job name fixes
Some checks failed
s444409-evaluation/pipeline/head There was a failure building this commit
s444409-training/pipeline/head There was a failure building this commit
2022-05-05 23:12:26 +02:00
b4fe7361e3 Fix next job name
Some checks failed
s444409-training/pipeline/head There was a failure building this commit
s444409-evaluation/pipeline/head There was a failure building this commit
2022-05-05 23:09:09 +02:00
ad4b8d8146 Archive trend fig
Some checks failed
s444409-training/pipeline/head There was a failure building this commit
2022-05-05 23:04:16 +02:00
8ce89f6d9c Run evaluation pipeline after training 2022-05-05 23:02:43 +02:00
2656dc2f91 Add evaluation pipeline 2022-05-05 23:02:31 +02:00
435e0e8dad Saving trend figure 2022-05-05 22:51:30 +02:00
abf429ee75 Exclude files not needed in repo 2022-05-05 22:41:22 +02:00
9e1e5ae3b9 Append to a file instead of overwriting it 2022-05-05 22:40:07 +02:00
28585de7c3 Add model evaluation script 2022-05-05 22:33:52 +02:00
fe63ef269c Move script into main fn 2022-05-05 22:33:34 +02:00
46d7831b98 Added customizable model params
All checks were successful
s444409-training/pipeline/head This commit looks good
2022-05-05 22:11:32 +02:00
7abe9c8d08 Send emails after training
All checks were successful
s444409-training/pipeline/head This commit looks good
2022-05-05 21:55:36 +02:00
bdaacef8b9 Split container build and execution
All checks were successful
s444409-training/pipeline/head This commit looks good
2022-05-05 21:43:00 +02:00
4128882975 Revert "Use archived dataset and trigger training"
This reverts commit 3ba963864b.
2022-05-05 21:38:46 +02:00
3ba963864b Use archived dataset and trigger training
All checks were successful
s444409-training/pipeline/head This commit looks good
2022-05-05 21:29:59 +02:00
c8c7b24fb1 Dockerfile runs training
Some checks failed
s444409-training/pipeline/head There was a failure building this commit
2022-04-24 22:27:58 +02:00
0751bcce7e Model saving 2022-04-24 22:23:53 +02:00
d95bf0d73d Added regression model training 2022-04-24 22:20:14 +02:00
ad880a6614 Do not expose secrets to runtime 2022-04-02 19:35:55 +02:00
1ca7cfcb52 Moved chmod to Dockerfile 2022-04-02 17:27:15 +02:00
b74f7d819c Use tagged docker image 2022-04-02 17:21:58 +02:00
312496886b Stats dockerization 2022-04-01 23:06:48 +02:00
4601ce6d57 Add stats jenkinsfile 2022-04-01 23:02:13 +02:00
efe1e410b6 Added docker to jenkins 2022-04-01 22:48:31 +02:00
9ee3ef9d6b Dockerization 2022-04-01 22:25:05 +02:00
66aea79d9e Added statistics script 2022-03-27 23:46:51 +02:00
e0bf48706c Save artifacts 2022-03-27 23:29:37 +02:00
fa95822a21 Merge branch 'main' of https://git.wmi.amu.edu.pl/s444409/ium_444409 2022-03-27 23:19:58 +02:00
247613e9b1 Added first pipeline steps 2022-03-27 23:19:33 +02:00