viirya commented on issue #25751: [SPARK-29042][Core] Sampling-based RDD with 
unordered input should be INDETERMINATE
URL: https://github.com/apache/spark/pull/25751#issuecomment-530879739
 
 
   It is a problem in ML applications.
   
   In ML, sample is used to prepare training data. ML algorithm fits the model 
based on the sampled data. If rerun tasks of sample produce different output 
during model fitting, ML results will be unreliable and also buggy.
   
   Each sample is random output, but once you sampled, the output should be 
determinate.
   
   

----------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to