Open
Description
Despite setting the seed
in the ML.Net environment, LdaTransform does not produce consistent result which is a hurdle to writing a end-to-end functional test.
Results are consistent when setting ResetRandomGenerator=true
in LdaTransform on single box. However, on build server test is failing.
Please see the following test for more detail.