How to gridsearch RBFSampler
I want to gridsearch RBFSampler in LightGBM. I don’t want to change any params of LightGBM, just the params of RBFSampler. I am having trouble figuring out where to run my features (X) through RBFSampler.
I want to gridsearch RBFSampler in LightGBM. I don’t want to change any params of LightGBM, just the params of RBFSampler. I am having trouble figuring out where to run my features (X) through RBFSampler.