- Hands-On Ensemble Learning with R
- Prabhanjan Narayanachar Tattar
- 123字
- 2021-07-23 19:10:48
To get the most out of this book
- The official website of R is the Comprehensive R Archive Network (CRAN) at www.cran.r-project.org. At the time of writing this book, the most recent version of R is 3.5.1. This software is available for three platforms: Linux, macOS, and Windows. The reader can also download a nice frontend, such as RStudio.
- Every chapter has a header section titled Technical requirements. It gives a list of R packages required to run the code in that chapter. For example, the requirements for Chapter 3, Bagging, are as follows:
- class
- FNN
- ipred
- mlbench
- rpart
The reader then needs to install all of these packages by running the following lines in the R console:
install.packages("class") install.packages("mlbench") install.packages("FNN") install.packages("rpart") install.packages("ipred")
推薦閱讀
- ArchiCAD 19:The Definitive Guide
- OpenStack for Architects
- Getting Started with Clickteam Fusion
- Hands-On Linux for Architects
- Maya極速引擎:材質(zhì)篇
- Pig Design Patterns
- Arduino &樂高創(chuàng)意機(jī)器人制作教程
- Implementing Oracle API Platform Cloud Service
- JavaScript典型應(yīng)用與最佳實(shí)踐
- 新編計(jì)算機(jī)組裝與維修
- INSTANT Drools Starter
- Mastering Game Development with Unreal Engine 4(Second Edition)
- 網(wǎng)絡(luò)安全技術(shù)及應(yīng)用
- 基于企業(yè)網(wǎng)站的顧客感知服務(wù)質(zhì)量評(píng)價(jià)理論模型與實(shí)證研究
- 云計(jì)算和大數(shù)據(jù)的應(yīng)用