Score Customer Propensity to Buy Bicycles

Your model is deployed in a secure sandbox. What now?

Train the model
You can train the model with training data. A sample training data set has been provided for you to start with.
Score Your Data
Submit your data to the trained model to be scored. You can do it by submitting a data file or interactively.
Train the Model

The easiest and quickiest way to train the model is to submit the provided sample data set by clicking on the "Train Now" button!

Note:
"Bike Buyer" is the target attribute for prediction. It is the last column in the CSV file.

Note:
Your model is not yet trained. You have to train the model before you can score.

Train the model with your own data. Follow these three simple steps:
Step 1:  
Start with Sample Training File. This file conforms to the model's Data Dictionary
Step 2:   Customize with your own data (copy and paste your data).
Step 3:   Submit the file below.

Note:
Your model is not yet trained. You have to train the model before you can score.

Score Data
The easiest and quickest way to score some data is to click on "Score Now" button to submit the sample data set conforming to the model's data dictionary.

Note:
Your model is not yet trained. You have to train the model before you can score.

Note:

After the uploaded file is scored, it will be returned with two additional columns:
Prediction and Probability. They are the last two columns in the file.

Interactive Scoring Form
Add/Delete Rows Will Buy Bike? Confidence? Customer Key Geography Key Customer Alternate Key Title First Name Middle Name Last Name Name Style Birth Date Marital Status Suffix Gender Email Address Yearly Income Total Children Number Children At Home English Education Spanish Education French Education English Occupation Spanish Occupation French Occupation House Owner Flag Number Cars Owned Address Line1 Address Line2 Phone Date First Purchase Commute Distance Region Age
Add / Delete 11005 22 AW00011005 NULL Julio NULL Ruiz 0 8/5/1965 S NULL M julio1@adventure-works.com 70000 0 0 Bachelors Licenciatura Bac + 4 Professional Profesional Cadre 1 1 7305 Humphrey Drive NULL 1 (11) 500 555-0151 7/2/2005 5-10 Miles Pacific 47
Add / Delete 11025 24 AW00011025 NULL Alejandro NULL Beck 0 12/23/1945 M NULL M alejandro45@adventure-works.com 10000 2 1 Partial High School Educacion secundaria (en curso) Niveau bac Clerical Administrativo Employe 1 2 2596 Franklin Canyon Road NULL 1 (11) 500 555-0178 7/9/2005 1-2 Miles Pacific 67
Add / Delete 11016 329 AW00011016 NULL Wyatt L Hill 0 4/28/1979 M NULL M wyatt32@adventure-works.com 30000 0 0 Partial College Estudios universitarios (en curso) Baccalaureat Skilled Manual Obrero especializado Technicien 1 1 9666 Northridge Ct. NULL 135-555-0171 8/13/2007 5-10 Miles North America 34
Add / Delete 11028 17 AW00011028 NULL Jill NULL Jimenez 0 4/11/1946 M NULL F jill13@adventure-works.com 30000 2 0 Partial College Estudios universitarios (en curso) Baccalaureat Clerical Administrativo Employe 1 2 9111 Rose Ann Ave NULL 1 (11) 500 555-0116 7/29/2005 1-2 Miles Pacific 67
Add / Delete 11018 32 AW00011018 NULL Clarence D Rai 0 10/9/1944 S NULL M clarence32@adventure-works.com 30000 2 0 Partial College Estudios universitarios (en curso) Baccalaureat Clerical Administrativo Employe 1 2 244 Rivewview NULL 1 (11) 500 555-0137 7/20/2005 5-10 Miles Pacific 68
Add / Delete 11019 52 AW00011019 NULL Luke L Lal 0 3/7/1978 S NULL M luke18@adventure-works.com 40000 0 0 High School Educacion secundaria Bac + 2 Skilled Manual Obrero especializado Technicien 0 2 7832 Landing Dr NULL 262-555-0112 8/16/2007 5-10 Miles North America 35
Add / Delete 11019 52 AW00011019 NULL Luke L Lal 0 3/7/1978 S NULL M luke18@adventure-works.com 40000 0 0 High School Educacion secundaria Bac + 2 Skilled Manual Obrero especializado Technicien 0 2 7832 Landing Dr NULL 262-555-0112 8/16/2007 5-10 Miles North America 35 0
Add / Delete 11020 53 AW00011020 NULL Jordan C King 0 9/20/1978 S NULL M jordan73@adventure-works.com 40000 0 0 High School Educacion secundaria Bac + 2 Skilled Manual Obrero especializado Technicien 0 2 7156 Rose Dr. NULL 550-555-0163 7/2/2007 1-2 Miles North America 34 1
Add / Delete 11021 536 AW00011021 NULL Destiny NULL Wilson 0 9/3/1978 S NULL F destiny7@adventure-works.com 40000 0 0 Partial College Estudios universitarios (en curso) Baccalaureat Skilled Manual Obrero especializado Technicien 0 1 8148 W. Lake Dr. NULL 622-555-0158 7/27/2007 1-2 Miles North America 34 1
Submit your own csv file with the data to be scored.
Note:
The csv file must conform to the data specification used for training the model. Therefore, we suggest that you follow these three simple steps:
Step 1:   Start with this Sample File as template.
Step 2:   Customize with your own data.
Step 3:   Submit the file below.

Note:
Your model is not yet trained. You have to train the model before you can score.

Note:
After the uploaded file is scored, it will be returned with two additional columns:
Prediction and Probability. They are the last two columns in the file.
You can submit data to be scored programtically through the REST-based Service APIs.
For the API specification and details on how to develop applications using them please refer to the Developer's Guide. Note that you will need your personal session key to use with the APIs. Here's your session key:
No Session Key available. Train the model to get the session key.

Note:
For your convenience here's a sample Python application.