Random search with mlr
Now, you are going to perform hyperparameter tuning with random search. You will prepare the different functions and objects you need to tune your model in the next exercise.
The knowledge_train_data dataset has already been loaded for you, as have the packages mlr, tidyverse and tictoc.
Remember to look into the function that lists all learners if you are unsure about the name of a learner.
이 연습은 강의의 일부입니다
Hyperparameter Tuning in R
실습형 인터랙티브 연습
이 예제를 이 샘플 코드를 완성하여 풀어보세요.
# Get the parameter set for neural networks of the nnet package
___("classif.nnet")