Error: The `id` should be a single character string when using tune() to do hyperparam optimization

前端 未结 0 1309
天涯浪人
天涯浪人 2020-12-07 12:21

So I\'m trying to use tune() to do hyperparm opt. Here\'s my code:

rec1 <- recipe( state ~ ., data = eeg_dataset) %>%
    step_normalize( a         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题