官术网_书友最值得收藏!

Predicting votes from wards with unknown data

Now that we know how to train our models and find the best one possible, we will provide predictions for those wards for which we don't have voting data using the best models we found using the Vote measure. To do so, we simply execute the following line:

predictions <- predict(best_lm_fit_by_votes, data_incomplete)

predictions
#> 804 805 806 807 808 809 810 811 812 813
#> 0.6845 0.6238 0.5286 0.4092 0.5236 0.6727 0.6322 0.6723 0.6891 0.6004
#> 814 815 816 817 818 819 820 821 822 823
#> 0.6426 0.5854 0.6966 0.6073 0.4869 0.5974 0.5611 0.4784 0.5534 0.6151
(Truncated output)

This will take the best model we found earlier using the Votes measure and use it to generate predictions for the Proportion variable in the data_incomplete data, which contains those observations for which we don't have any voting data. These are the best predictions we can provide with what we have done so far and we can expect them to have a 91% accuracy when used to categorize the Proportion variable into the Vote variable.

主站蜘蛛池模板: 瑞丽市| 会宁县| 偏关县| 滕州市| 荣成市| 克山县| 长宁县| 桦川县| 福海县| 宁陵县| 沽源县| 咸宁市| 新河县| 仁寿县| 高雄市| 海宁市| 定边县| 临洮县| 宁城县| 钟山县| 昌宁县| 鄄城县| 绵阳市| 阿坝县| 两当县| 隆子县| 同德县| 宕昌县| 河源市| 都昌县| 确山县| 青岛市| 望城县| 平乡县| 昭通市| 兰考县| 安顺市| 陇川县| 民权县| 清水河县| 宜兰市|