- Mastering Machine Learning with R(Second Edition)
- Cory Lesmeister
- 180字
- 2021-07-09 18:23:55
Business understanding
In keeping with the water conservation/prediction theme, let's look at another dataset in the alr3 package, appropriately named water. During the writing of the first edition of this book, the severe drought in Southern California caused much alarm. Even the Governor, Jerry Brown, began to take action with a call to citizens to reduce water usage by 20 percent. For this exercise, let's say we have been commissioned by the state of California to predict water availability. The data provided to us contains 43 years of snow precipitation, measured at six different sites in the Owens Valley. It also contains a response variable for water availability as the stream runoff volume near Bishop, California, which feeds into the Owens Valley aqueduct, and eventually the Los Angeles aqueduct. Accurate predictions of the stream runoff will allow engineers, planners, and policy makers to plan conservation measures more effectively. The model we are looking to create will consist of the form Y = B0 + B1x1 +...Bnxn + e, where the predictor variables (features) can be from 1 to n.
- 算法競賽入門經典:習題與解答
- DB29forLinux,UNIX,Windows數據庫管理認證指南
- Modern Programming: Object Oriented Programming and Best Practices
- Sybase數據庫在UNIX、Windows上的實施和管理
- Dependency Injection with AngularJS
- Starling Game Development Essentials
- Hands-On Mathematics for Deep Learning
- SQL Server 2012實施與管理實戰指南
- 大數據與機器學習:實踐方法與行業案例
- AndEngine for Android Game Development Cookbook
- 智能與數據重構世界
- 數據庫原理及應用:SQL Server 2016
- 標簽類目體系:面向業務的數據資產設計方法論
- Arquillian Testing Guide
- Practical Convolutional Neural Networks