3

I'm currently running lowess on a dataset, and am wondering what bandwidth I should use. What are some guidelines for selecting the bandwidth? Or is it largely arbitrary?

whuber
  • 322,774
wwl
  • 688

1 Answers1

2

Similar to other machine learning problem for hyperparameter tuning. We can use a test data set or validation data set to select the "best one" in a separate data set.

Difference between testing and validation data set can be found here What is the difference between test set and validation set?

Haitao Du
  • 36,852
  • 25
  • 145
  • 242