Github user mans2singh commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2686#discussion_r187655109
--- 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 --
I've mentioned at the beginning of the tests that these are based on
deeplearning4j examples. I generated this very simple/small sample file to
make consistent predictions for the tests even with just a few observations.
---