Example Set from Logdata -> saving in repository -> Less examples -> Bug?
hi,
I have a logdata with parameteroptimizing, I get about 50 combinations in x-validation and therefore in my logdata as examples. Now, if I transform log into Example Set and inspect results at the end, everything is OK, there are 50 examples in the example set.. however, if I store the example set in the repository then, and retrieve it to inspect it, only a part of the examples have been stored!! Like sometimes 17, 19 or 27 examples... I donÄt know why.. I have enough disk space on my PC... thats very weird and especially bad if I want to reconstruct some graphs in the later from my results..
Did anybody encouter the same problem before?
Find more posts tagged with
actually yes, its inside the parameter optimization operator..
I noticed at the end when it gives out the results.. its only part of the data, but when I click on show example set result after it finished, it gives the full data.. and when I save it, It also saves the full data... just wondered me that it does not do this in the first place when the process has finished...
I have not. Are you using any of the sorting in the Log operattion? Like Top K sorting? That might cause it skip the order of some examples.