zhengruifeng commented on issue #26679: [SPARK-30044][ML] MNB/CNB/BNB use empty 
sigma matrix instead of null
URL: https://github.com/apache/spark/pull/26679#issuecomment-560203448
 
 
   @srowen eh, the improvement is small:
   1, we do not need to check `sigma==null` in model saving and loading
   2, in the py side, the `sigma` is alwasys a matrix; while in the previous 
version, it is `None` when `modelType` is not `gaussian`.
   
   Since you do not object, I will merge it these days.
   

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