yunfengzhou-hub opened a new pull request #63:
URL: https://github.com/apache/flink-ml/pull/63


   ## What is the purpose of the change
   
   - Add check for data size in LogisticRegression
   
   ## Brief change log
   
   - Add an if condition in LogisticRegression to check train data size, and 
add an early exit if the data size is 0.
   - Add test case to test when parallelism is bigger than data size
   
   ## Does this pull request potentially affect one of the following parts:
   - Dependencies (does it add or upgrade a dependency): (no)
   - The public API, i.e., is any changed class annotated with 
@public(Evolving): (no)
   - Does this pull request introduce a new feature? (no)
   - If yes, how is the feature documented? (N/A)


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to