- Scala Machine Learning Projects
- Md. Rezaul Karim
- 194字
- 2021-06-30 19:05:27
Analyzing Insurance Severity Claims
Predicting the cost, and hence the severity, of claims in an insurance company is a real-life problem that needs to be solved in an accurate way. In this chapter, we will show you how to develop a predictive model for analyzing insurance severity claims using some of the most widely used regression algorithms.
We will start with simple linear regression (LR) and we will see how to improve the performance using some ensemble techniques, such as gradient boosted tree (GBT) regressors. Then we will look at how to boost the performance with Random Forest regressors. Finally, we will show you how to choose the best model and deploy it for a production-ready environment. Also, we will provide some background studies on machine learning workflow, hyperparameter tuning, and cross-validation.
For the implementation, we will use Spark ML API for faster computation and massive scalability. In a nutshell, we will learn the following topics throughout this end-to-end project:
- Machine learning and learning workflow
- Hyperparameter tuning and cross-validation of ML models
- LR for analyzing insurance severity claims
- Improving performance with gradient boosted regressors
- Boosting the performance with random forest regressors
- Model deployment
- 智能傳感器技術與應用
- 面向STEM的mBlock智能機器人創新課程
- SCRATCH與機器人
- Hadoop Real-World Solutions Cookbook(Second Edition)
- RPA:流程自動化引領數字勞動力革命
- Machine Learning with the Elastic Stack
- DevOps Bootcamp
- 精通數據科學:從線性回歸到深度學習
- 伺服與運動控制系統設計
- Embedded Linux Development using Yocto Projects(Second Edition)
- 大話數據科學:大數據與機器學習實戰(基于R語言)
- Spark Streaming實時流式大數據處理實戰
- 牛津通識讀本:大數據(中文版)
- Arduino創意機器人入門:基于ArduBlock(第2版)
- Microsoft Power BI Complete Reference