Bayesian optimization-exporting the underlying model
Hello, I have enjoyed playing around with the new Bayesian optimization platform. However, I want to compare the results to those of some machine learning models. I see in the output that you DO get a "leave-on-out" R2, but is that truly based on a single random row? Or does some "behind the scenes" breaking of the dataset into training and validation portions going on? Can I know which row(s...