Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
The seed for the SVM algorithm in FlinkML has a default value of 0, meaning that if it's not set, we always have the same seed when running the algorithm.
What should happen instead is that if the seed is not set, it should be a random number.