Github user mans2singh commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2686#discussion_r194943820
--- Diff:
nifi-nar-bundles/nifi-deeplearning4j-bundle/nifi-deeplearning4j-processors/src/test/resources/classification_test.txt
---
@@ -0,0 +1,100 @@
+1.1,0.5,0.5,0.2,0
--- End diff --
@ijokarumawak - The tests included are to show how we can generate a model
and configure the processor for regression and classification in the
integration tests. My thought while creating the mock data was create a the
model with reproducible results even with limited observations and few
iterations. In real life, a multilayer model will be created, tested and
validated by the user prior to plugging it into the component.
---