Skip to content

Commit ac38a44

Browse files
author
Amit Banerjee
authored
Update README.md
1 parent e35c705 commit ac38a44

File tree

1 file changed

+10
-1
lines changed
  • samples/features/r-services/Loan Classification

1 file changed

+10
-1
lines changed
Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
11
## Loan Classification using SQL Server 2016
2-
Joseph Sirosh, Data Group Corporate Vice President, had shown during his keynote session how customers are able to achieve a scale up of 1 million predictions/sec using SQL Server 2016 R Services. This sample contains all the scripts required to emulate a similar setup using Lending Club data with SQL Server 2016.
2+
Joseph Sirosh, Data Group Corporate Vice President, had shown during his keynote session how customers are able to achieve a scale up of 1 million predictions/sec using SQL Server 2016 R Services. This sample contains all the scripts required to emulate a similar setup using Lending Club data with SQL Server 2016 R Services and an Azure Data Science VM.
3+
4+
**Scripts**
5+
* 1 - Create Database.sql - Creates the database, tables, stored procedures and other associated database objects required to get this sample going
6+
* 2 - ImportCSVData.ps1 - Imports the data from the CSV files, performs the transformations and transfers the data to the **LoanStats** table
7+
* 3 - Create Columnstore Index.sql - This script creates the non-clustered columnstore index which will be used during the loan scoring process
8+
* 4 - Create Model.sql - Creates the model which will be used to score the loans
9+
* 5 - Resource Governor Config.sql - Sample resource governor configuration used for creating the external resource pools
10+
* 6 - Score Loans.ps1 - PowerShell script to start parallel processes to score the loans
11+
* 7 - WhatIf.ps1 - PowerShell script to take an input for the increased interest rate and perform the WhatIf scenario scoring

0 commit comments

Comments
 (0)