- Mastering Machine Learning with R(Second Edition)
- Cory Lesmeister
- 141字
- 2021-07-09 18:23:56
Summary
In the context of machine learning, we train a model and test it to predict or forecast an outcome. In this chapter, we had an in-depth look at the simple yet extremely effective method of linear regression to predict a quantitative response. Later chapters will cover more advanced techniques, but many of them are mere extensions of what we have learned in this chapter. We discussed the problem of not visually inspecting the dataset and simply relying on the statistics to guide you in model selection.
With just a few lines of code, you can make powerful and insightful predictions to support decision-making. Not only is it simple and effective, but also you can include quantitative variables and interaction terms among the features. Indeed, this is a method that anyone delving into the world of machine learning must master.
- 輕松學(xué)大數(shù)據(jù)挖掘:算法、場(chǎng)景與數(shù)據(jù)產(chǎn)品
- 復(fù)雜性思考:復(fù)雜性科學(xué)和計(jì)算模型(原書第2版)
- Test-Driven Development with Mockito
- UDK iOS Game Development Beginner's Guide
- Sybase數(shù)據(jù)庫在UNIX、Windows上的實(shí)施和管理
- OracleDBA實(shí)戰(zhàn)攻略:運(yùn)維管理、診斷優(yōu)化、高可用與最佳實(shí)踐
- 一個(gè)64位操作系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)
- 數(shù)據(jù)分析師養(yǎng)成寶典
- 云計(jì)算
- 離線和實(shí)時(shí)大數(shù)據(jù)開發(fā)實(shí)戰(zhàn)
- Access 2016數(shù)據(jù)庫應(yīng)用基礎(chǔ)
- 從Lucene到Elasticsearch:全文檢索實(shí)戰(zhàn)
- AndEngine for Android Game Development Cookbook
- 大數(shù)據(jù)隱私保護(hù)技術(shù)與治理機(jī)制研究
- Arquillian Testing Guide