update ml models
This commit is contained in:
parent
c6addd4c30
commit
9f88140b0e
14 changed files with 2013 additions and 8 deletions
|
|
@ -2,14 +2,16 @@
|
||||||
|
|
||||||
Hier befinden sich ML Modelle
|
Hier befinden sich ML Modelle
|
||||||
|
|
||||||
## invoice-de-0.1.1
|
|
||||||
|
|
||||||
Modell trainiert anhand der alexander-logistics Produtiv daten
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Trainings Service aufrufen mit:
|
Trainings Service aufrufen mit:
|
||||||
|
|
||||||
http://localhost:8081/api/openapi-ui/index.html
|
http://localhost:8081/api/openapi-ui/index.html
|
||||||
|
|
||||||
Dan die training-config-prod.xml Datei verwenden.
|
Dan die training-config-prod.xml Datei verwenden.
|
||||||
|
|
||||||
|
|
||||||
|
## 17.02.2020 - invoice-de-0.1.0
|
||||||
|
|
||||||
|
Modell trainiert anhand der alexander-logistics Produtiv daten
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
<!-- ML spaCy Server -->
|
<!-- ML spaCy Server -->
|
||||||
<item name="ml.training.endpoint"><value xsi:type="xs:string">http://imixs-ml-spacy:8000/</value></item>
|
<item name="ml.training.endpoint"><value xsi:type="xs:string">http://imixs-ml-spacy:8000/</value></item>
|
||||||
<item name="ml.analyse.model"><value xsi:type="xs:string">invoice-de-0.1.1</value></item>
|
<item name="ml.analyse.model"><value xsi:type="xs:string">invoice-de-0.1.0</value></item>
|
||||||
|
|
||||||
<!-- ML quality level FULL|PARTIAL -->
|
<!-- ML quality level FULL|PARTIAL -->
|
||||||
<item name="ml.training.quality"><value xsi:type="xs:string">PARTIAL</value></item>
|
<item name="ml.training.quality"><value xsi:type="xs:string">PARTIAL</value></item>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue