- Statistics for Machine Learning
- Pratap Dangeti
- 159字
- 2021-07-02 19:06:00
Summary
In this chapter, you have learned the comparison of statistical models with machine learning models applied on regression problems. The multiple linear regression methodology has been illustrated with a step-by-step iterative process using the statsmodel package by removing insignificant and multi-collinear variables. Whereas, in machine learning models, removal of variables does not need to be removed and weights get adjusted automatically, but have parameters which can be tuned to fine-tune the model fit, as machine learning models learn by themselves based on data rather than exclusively being modeled by removing variables manually. Though we got almost the same accuracy results between linear regression and lasso/ridge regression methodologies, by using highly powerful machine learning models such as random forest, we can achieve much better uplift in model accuracy than conventional statistical models. In the next chapter, we will be covering a classification example with logistic regression and a highly powerful machine learning model, such as random forest, in detail.
- Python自然語言處理實戰(zhàn):核心技術與算法
- Servlet/JSP深入詳解
- 實戰(zhàn)低代碼
- Linux操作系統(tǒng)基礎案例教程
- TypeScript項目開發(fā)實戰(zhàn)
- Linux命令行與shell腳本編程大全(第4版)
- Java EE 7 Performance Tuning and Optimization
- Android開發(fā)案例教程與項目實戰(zhàn)(在線實驗+在線自測)
- C#應用程序設計教程
- 低代碼平臺開發(fā)實踐:基于React
- 領域驅(qū)動設計:軟件核心復雜性應對之道(修訂版)
- 基于ARM Cortex-M4F內(nèi)核的MSP432 MCU開發(fā)實踐
- Mobile Device Exploitation Cookbook
- Natural Language Processing with Java and LingPipe Cookbook
- Access 2010中文版項目教程