71 Commits

Author SHA1 Message Date
Matthias Bisping
d4604a2cb5 renaming 2022-03-31 14:52:37 +02:00
Matthias Bisping
4ebb36247e refactoring 2022-03-31 14:49:46 +02:00
Matthias Bisping
7ec7390e90 refactoring 2022-03-31 12:52:35 +02:00
Matthias Bisping
dc1cdde458 refactoring; added compositor for formatters 2022-03-31 12:52:15 +02:00
Matthias Bisping
0921ef9a4f removed obsolete import 2022-03-31 11:12:59 +02:00
Matthias Bisping
91dd467142 applied black 2022-03-30 19:38:15 +02:00
Matthias Bisping
b3e1604ecc added floating point conversion to label mapper for json serializability 2022-03-30 19:36:45 +02:00
Matthias Bisping
20718996bd refactoring; testing of prediction model handel redai adapter 2022-03-30 19:01:54 +02:00
Matthias Bisping
cc8d87338c removed obsolete code 2022-03-30 18:17:35 +02:00
Matthias Bisping
258c1ab02d testing laberl mappers for raising of excpetions when encountering unexpected input formats 2022-03-30 18:15:45 +02:00
Matthias Bisping
ce3d33955e removing unused code / refactoring for coverage maximization 2022-03-30 18:03:21 +02:00
Matthias Bisping
a95cc4e06b added config tests 2022-03-30 17:55:49 +02:00
Matthias Bisping
a5d3232dd0 testing index and probability label format in classifier prediction test 2022-03-30 16:34:17 +02:00
Matthias Bisping
49f9847d9a removed obsolete code 2022-03-30 16:07:45 +02:00
Matthias Bisping
1c6f5749dd updated classifier test for label mappers 2022-03-30 16:04:13 +02:00
Matthias Bisping
8bccec277f added array label mapper 2022-03-30 15:54:18 +02:00
Matthias Bisping
8c7e3e29f5 added label mapper 2022-03-30 14:17:58 +02:00
Matthias Bisping
ad6bb80900 fixed sorting predictions by probabilities in wrong order 2022-03-30 01:14:03 +02:00
Matthias Bisping
95209a5c9d typo 2022-03-30 01:06:06 +02:00
Matthias Bisping
45a07c620a fixed chaining bug that lead to greedy evaluation 2022-03-30 00:53:34 +02:00
Matthias Bisping
81ab9a5f53 tuning prediction format handling 2022-03-30 00:13:12 +02:00
Matthias Bisping
8b15ac6df4 docstring update 2022-03-29 23:57:09 +02:00
Matthias Bisping
e9489287bd support for array prediction format 2022-03-29 23:56:22 +02:00
Matthias Bisping
15c0b73034 support for different prediction formats 2022-03-29 23:41:43 +02:00
Matthias Bisping
7a64af156b refactoring 2022-03-29 22:59:01 +02:00
Matthias Bisping
60617fd622 added formatter to pipeline 2022-03-29 22:47:54 +02:00
Matthias Bisping
ade318c7b7 made classifier accept tupls of images in addition to np.arrays; added pipeline (wip) 2022-03-29 22:00:34 +02:00
Matthias Bisping
3339ed2eab removed unneeded adapter derivatives and made estimator adapter abstract base class to normal class 2022-03-29 20:44:26 +02:00
Matthias Bisping
7340fb6dda replaced string keys for metadata fields with enum members 2022-03-29 20:29:44 +02:00
Matthias Bisping
358d7ecd91 restructuring of modules 2022-03-29 20:02:40 +02:00
Matthias Bisping
d33a882d65 removed obsolete code 2022-03-29 19:54:14 +02:00
Matthias Bisping
06adedac57 reimplemented model loader logic and moved base weights into mlflow run dir 2022-03-29 19:50:43 +02:00
Matthias Bisping
edbc5c3f84 redoing model loading design 2022-03-29 18:21:14 +02:00
Matthias Bisping
f60bafd007 redoing model loading design 2022-03-29 17:25:06 +02:00
Matthias Bisping
a1c7dd4a8d added identity preprocessor; changed default preprocessor to idenitity 2022-03-29 11:40:58 +02:00
Matthias Bisping
6b58756103 refactoring of mlflow model loader 2022-03-29 11:02:43 +02:00
Matthias Bisping
3b4c2a40b2 added patched test for mlflow model loader 2022-03-28 21:51:21 +02:00
Matthias Bisping
c06905625d added model loader interface, model loader mock and mlflow model loader (the latter so far not tested) 2022-03-28 21:22:35 +02:00
Matthias Bisping
e818b05472 applied black 2022-03-28 16:39:34 +02:00
Matthias Bisping
b818ee4724 fixed misaligned metadata and images 2022-03-28 16:38:46 +02:00
Julius Unverfehrt
9461be29d5 add ParsablePDFImageExtractor test 2022-03-28 15:42:54 +02:00
Matthias Bisping
643ab99bd3 added parsable pdf image extractor 2022-03-28 11:27:05 +02:00
Matthias Bisping
48737d9439 added extractor classifier 2022-03-28 00:01:19 +02:00
Matthias Bisping
a5147c9a58 added image extractor interface and mock 2022-03-27 23:05:27 +02:00
Matthias Bisping
4c939464b0 renaming 2022-03-27 22:59:28 +02:00
Matthias Bisping
334dc79f7e refactoring 2022-03-27 18:13:58 +02:00
Matthias Bisping
9d58ae714f renaming 2022-03-27 17:55:01 +02:00
Matthias Bisping
d11333981f applied black 2022-03-27 01:21:12 +01:00
Matthias Bisping
4fcd1e79d3 removed obsolete code; added missing __init__ for predictor 2022-03-27 01:20:03 +01:00
Matthias Bisping
5c5d132d7f fixed batching issue in prediction monkey patch by introducinbg an output generator, that yields the expected predictions 2022-03-27 01:13:28 +01:00