-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
In Stata, it is common practice to start examples with set seed to ensure replicability. But this is currently impossible if your problem involves svmachines because libsvm has its own random seeding involved.
We need to find a way to seed the libsvm seed in order to make runs consistent; we could either seed it from the Stata seed, or maybe expose it as a separate optional parameter.
EDIT: StataCorp recommends recording c(rngstate) in your output dataset and recovering it by set rngstate and not set state if you need to rerun it.
Metadata
Metadata
Assignees
Labels
No labels