1
0
mirror of https://github.com/Microsoft/sql-server-samples.git synced 2025-12-08 14:58:54 +00:00
Files
sql-server-samples/samples/features/r-services/Telco Customer Churn/SQL Server/README.md
2016-04-28 19:21:55 -07:00

25 lines
656 B
Markdown

**Instructions**
- Restore the database provided (telcoedw2.bak)
- Run the code in TelcoChurn-Main.sql
----------
**Description**
- TelcoChurn-Main.sql - Use this T-SQL script to try out the telco customer churn example.
- TelcoChurn-Operationalize.sql - T-SQL scripts to create the stored procedures used in this example.
The database consists of the following tables
- **cdr\_rx\_models** - Contains the serialized R models that are used for predicting customer churn
- **edw\_cdr**- Base Call Detail Records (CDR)
- **edw\_cdr\_train**- Training data
- **edw\_cdr\_test** - Test data
- **edw\_cdr\_test\_pred** - Predicted results
----------