dotnet / dotnet/machinelearning
Consistency issue with LdaTransform
Open
area-Transforms
bug
Priority:1
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
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.
https://github.com/dotnet/machinelearning/blob/5874e16fd652d93630e0622a756f1b913ca8ea55/test/Microsoft.ML.Tests/Transformers/TextFeaturizerTests.cs#L239
Contributor guide
Assessment
This issue has not been assessed yet.