-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathTask_6_Data_product.R
24 lines (21 loc) · 1006 Bytes
/
Task_6_Data_product.R
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
###########################
### Tasks to accomplish ###
###########################
# 1. Create a data product to show off your prediction algorithm You should create a Shiny app that
# accepts an n-gram and predicts the next word.
#############################
### Questions to consider ###
#############################
# 1. What are the most interesting ways you could show off your algorithm?
# 2. Are there any data visualizations you think might be helpful
# (look at the Swiftkey data dashboard if you have it loaded on your phone)?
# 3. How should you document the use of your data product (separately from how you created it)
# so that others can rapidly deploy your algorithm?
###############################
### Tips, tricks, and hints ###
###############################
# 1. Consider the size of the predictive model you have developed.
# You may have to sacrifice some accuracy to have a fast enough/small enough model to load into Shiny.
##############
### Script ###
##############