This commit is contained in:
Zhou Fang 2017-05-17 18:11:30 +08:00
Родитель 92dfe9da38
Коммит fb51d0db38
2 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,7 @@ Some other critical R packages for the analysis:
* xgboost >= 0.6-4 Extreme gradiant boost model.
* randomForest >= 4.6-12 Random Forest model.
* caretEnsemble >= 2.0.0 Ensemble of caret based models.
* dplyrXdf Out-of-Memory Data wrangling.
* MicrosoftML >= 9.1 Microsoft machine learning models.
* mrsdeploy >= 9.1 R Server Operationalization.

Просмотреть файл

@ -38,6 +38,10 @@ In the data-driven credit risk prediction model, normally two types of data are
2. Machine learning models, such as gradiant boosting and random forest, or their ensembles, are fine tuned to compare the performance at various aspects.
3. Innovative convolutionary hotspot method will be pursued in the near future.
## Scalability
Faster and scalable credit risk models are built using the state-of-the-art machine learning algorithms provided by the `MicrosoftML` package.
## Operationalization
An **R model based web service for credit risk prediction** is published and consumed by using the `mrsdeploy` package that ships with Microsoft R Client and R Server 9.1.