Author: Michael Barone, Data Scientist
Company: Paychex Inc
Awards Category: Best Use of Predictive
Describe the problem you needed to solve
Each month, we run two-dozen predictive models on our client base (600,000 clients). These models include various up-sell, cross-sell, retention, and credit risk models. For each model, we generally group clients into various buckets that identify how likely they are to buy a product/leave us/default on payment, etc. Getting these results into the hands of the end-users who will then make decisions is an arduous task, as there are many different end-users, and each end-user can have specific criteria they are focused on (clients in a certain zone, clients with a certain number of employees, clients in a certain industry, etc.).
Describe the working solution
I have a prototype app deployed via Alteryx Server that allows the end-user to “self-service” their modeling and client criteria needs. This is not in Production as of yet, but potentially provides great accessibility to the end-user without the need of a “go-between” (my department) to filter and distribute massive client lists.
Step 1: ETL
This results in several YXDBs that are used in the models. Not all YXDBs are used in all models. This creates a central repository for all YXDBs, from which each specific model can pull in what is needed.
Once all the YXDBs and CYDBs are created, we then run our models. Here is just one of our 24 models:
The individual model scores are stored in CYDB format, to make the app run fast (since the end-user will be querying against millions and millions of records). Client information is also stored in this format, for this same reason.
Step 2: App
Step 3: Gallery
And then they can select the various client criteria:
Once done running (takes anywhere between 10 – 30 seconds), they can download their results to CSV:
Describe the benefits you have achieved
Not having to send out two dozen lists to the end-users, and the end users not having to wait for me to send them (can get them on their own). More efficient and streamlined giving them a self-service tool.
Author: Michael Barone, Data Scientist
Company: Paychex Inc.
Awards Category: Most Time Saved
We currently have more than two dozen predictive models, pulling data of all shapes and sizes from many different sources. Total processing time for a round of scoring takes 4 hours. Before Alteryx, we had a dozen models, and processing took around 96 hours. That's a 2x increase in our model portfolio, but a 24x decrease in processing time.
Describe the problem you needed to solve
Our Predictive Modeling group, which began in the early-to-mid 2000s, had grown from one person to four people by summer 2012. I was one of those four. Our Portfolio had grown from one model, to more than a dozen. We were what you might call a self-starting group. While we had the blessing of upper Management, we were small and independent, doing all research, development, and analysis ourselves. We started with using the typical every day Enterprise solutions for software. While those solutions worked well for a few years, by the time we were up to a dozen models, we had outgrown those solutions. A typical round of "model scoring" which we did at the beginning of ever y month, took about two-and-a-half weeks, and ninety-five percent of that was system processing time which consisted of cleansing, blending, and transforming the data from varying sources.
Describe the working solution
We blend data from our internal databases - everything from Excel and Access, to Oracle, SQL Server, and Netezza. Several models include data from 3rd party sources such as D&B, and the Experian CAPE file we get with out Alteryx data package.
Describe the benefits you have achieved
We recently have taken on projects that require us processing and analyzing billions of records of data. Thanks to Alteryx and more specifically the Calgary format, most of our time is spent analyzing the data, not pulling, blending, and processing. This leads to faster delivery time of results, and faster business insight.