- 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
- Hands-On Deep Learning with Apache Spark
- Hands-On Internet of Things with MQTT
- 機器學習及應用(在線實驗+在線自測)
- 基于LabWindows/CVI的虛擬儀器設計與應用
- WOW!Illustrator CS6完全自學寶典
- 腦動力:PHP函數(shù)速查效率手冊
- 愛犯錯的智能體
- 悟透JavaScript
- Visual FoxPro數(shù)據(jù)庫基礎及應用
- Containers in OpenStack
- Hadoop應用開發(fā)基礎
- 在實戰(zhàn)中成長:C++開發(fā)之路
- PostgreSQL High Performance Cookbook
- 系統(tǒng)安裝、維護與數(shù)據(jù)備份技巧
- 互聯(lián)網單元測試及實踐