評估測試效能

Tidyverse 的 Machine Learning

Dmitriy (Dima) Gorenshteyn

Lead Data Scientist, Memorial Sloan Kettering Cancer Center

Machine Learning 工作流程

Tidyverse 的 Machine Learning

Machine Learning 工作流程

Tidyverse 的 Machine Learning

Machine Learning 工作流程

Tidyverse 的 Machine Learning

Machine Learning 工作流程

Tidyverse 的 Machine Learning

Machine Learning 工作流程

Tidyverse 的 Machine Learning

Machine Learning 工作流程

Tidyverse 的 Machine Learning

Machine Learning 工作流程

Tidyverse 的 Machine Learning

Machine Learning 工作流程

Tidyverse 的 Machine Learning

評估測試效能

best_model <- ranger(formula = life_expectancy~., 
                     data = training_data,
                     mtry = 4, num.trees = 100, seed = 42)
test_actual <- testing_data$life_expectancy
test_predict <- predict(best_model, testing_data)$predictions
mae(test_actual, test_predict)
Tidyverse 的 Machine Learning

一起來練習吧!

Tidyverse 的 Machine Learning

Preparing Video For Download...