Quantcast
Channel: CodeSection,代码区,SQL Server(mssql)数据库 技术分享 - CodeSec
Viewing all articles
Browse latest Browse all 3160

Tutorial: Build a live rental prediction service with SQL Server R Services

$
0
0

A great way to learn is by doing, so if you've been thinking about how to enable R-based computations within SQL Server, a new tutorial will take you through all the steps of building an intelligent application. In a few simple steps, you'll set up all the necessary software and code to build a live service that predicts demand for a ski rental shop.

The tutorial " Create a predictive model in SQL Server R Services " will step you through:

Installing SQL Server, Microsoft R Client, and an IDE for R (RTVS or RStudio) on your windows machine. All of the components are available for free from Visual Studio Dev Essentials . Loading the provided ski-rental data, exploring the data, and building a model to predict number of rentals in R. Creating a stored procedure to predict rentals from the date and the amount of snowfall.
Tutorial: Build a live rental prediction service with SQL Server R Services

The tutorial also links to a number of SQL Server Management Studio custom reports which will be helpful to R developersto manage R packages on the server, monitor R execution statistics, and more.

To get started with the tutorial, simply follow the link below.

SQL Server: Build an intelligent app with SQL Server and R


Viewing all articles
Browse latest Browse all 3160

Latest Images

Trending Articles