How to set a seed for ThingWorx analytics models
I'm training Models through the UI and the API and I'm getting slightly different results each time, even when the parameters are the same the results are not replicable.
In particular I'm training a logistic regression, an algorithm that should be deterministic, I'm also setting the training data to 100% and 0% for validation so there should no be an effected of the sampling there.
Is there an option to set a seed or any other mechanist to get the exact same result each time?

