fmcquillan99 commented on issue #463: DL: Add asymmetric cluster check for predict URL: https://github.com/apache/madlib/pull/463#issuecomment-566307352 It says `Training set after iteration x` but does not say `Validation set after iteration x` so at first I didn't know that the last 12 were for the validation set. Is there a way to say `Validation set after iteration x` before listing the data? ``` Time for training in iteration 4: 9.69201207161 sec CONTEXT: PL/Python function "madlib_keras_fit_multiple_model" INFO: Time for training in iteration 5: 9.86732983589 sec CONTEXT: PL/Python function "madlib_keras_fit_multiple_model" INFO: Time for training in iteration 6: 10.0109279156 sec DETAIL: Training set after iteration 6: mst_key=2: metric=0.958333313465, loss=0.183155477047 mst_key=11: metric=0.841666638851, loss=0.825849890709 mst_key=10: metric=0.850000023842, loss=0.270138114691 mst_key=4: metric=0.891666650772, loss=0.308341085911 mst_key=3: metric=0.850000023842, loss=0.273101329803 mst_key=12: metric=0.800000011921, loss=0.981224298477 mst_key=9: metric=0.816666662693, loss=0.39588457346 mst_key=1: metric=0.358333319426, loss=1.10315680504 mst_key=8: metric=0.358333319426, loss=1.09978532791 mst_key=7: metric=0.691666662693, loss=0.468748778105 mst_key=5: metric=0.908333361149, loss=0.47638130188 mst_key=6: metric=0.408333331347, loss=1.00524008274 mst_key=2: metric=1.0, loss=0.148071616888 mst_key=11: metric=0.833333313465, loss=0.833429694176 mst_key=10: metric=0.666666686535, loss=0.476953774691 mst_key=4: metric=0.733333349228, loss=0.392092883587 mst_key=3: metric=0.933333337307, loss=0.10978718102 mst_key=12: metric=0.866666674614, loss=0.987264215946 mst_key=9: metric=0.600000023842, loss=0.893045544624 mst_key=1: metric=0.233333334327, loss=1.11105871201 mst_key=8: metric=0.233333334327, loss=1.14259588718 mst_key=7: metric=0.566666662693, loss=0.525054514408 mst_key=5: metric=0.899999976158, loss=0.493363827467 mst_key=6: metric=0.266666680574, loss=1.04115581512 CONTEXT: PL/Python function "madlib_keras_fit_multiple_model" INFO: Time for training in iteration 7: 10.1211631298 sec CONTEXT: PL/Python function "madlib_keras_fit_multiple_model" INFO: ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
