Closed shail70 closed 6 years ago
The plot_features give different results for same data in different runs
I’m pretty sure the “issue” lies with the explain function. This is due to it relying on randomisation - to ensure reproducible results set a seed prior to calling the function (see set.seed())
explain
set.seed()
The plot_features give different results for same data in different runs