I am developing a Random Forest model in R. My script yields randomness in results at three specific points: (a) random splitting of test and train data, (b) recursive feature selection, (c) random forest model. Although I have used set. seed function to ensure repeatability within one session, this function does not work for repeatability in results when the session is terminated and then reopened. Any suggestion on how to ensure that I get the fetch the same results every time I run the script?

More Madhumita Chakraborty's questions See All
Similar questions and discussions