Měření výkonu na testovacích datech

Machine Learning in the Tidyverse

Dmitriy (Dima) Gorenshteyn

Lead Data Scientist, Memorial Sloan Kettering Cancer Center

Pracovní postup strojového učení

Machine Learning in the Tidyverse

Pracovní postup strojového učení

Machine Learning in the Tidyverse

Pracovní postup strojového učení

Machine Learning in the Tidyverse

Pracovní postup strojového učení

Machine Learning in the Tidyverse

Pracovní postup strojového učení

Machine Learning in the Tidyverse

Pracovní postup strojového učení

Machine Learning in the Tidyverse

Pracovní postup strojového učení

Machine Learning in the Tidyverse

Pracovní postup strojového učení

Machine Learning in the Tidyverse

Měření výkonu na testovacích datech

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)
Machine Learning in the Tidyverse

Pojďme si procvičit!

Machine Learning in the Tidyverse

Preparing Video For Download...