No description
  • JavaScript 92.2%
  • EJS 5.2%
  • CSS 2.6%
Find a file
2016-03-11 05:42:50 +05:30
public/stylesheets add code for uninstall prediction 2016-03-10 01:34:21 +05:30
routes removed sample entry 2016-03-11 05:42:50 +05:30
views add code for uninstall prediction 2016-03-10 01:34:21 +05:30
.gitignore add code for uninstall prediction 2016-03-10 01:34:21 +05:30
app.js add mongo client 2016-03-11 05:42:08 +05:30
db.js add code for uninstall prediction 2016-03-10 01:34:21 +05:30
package.json add code for uninstall prediction 2016-03-10 01:34:21 +05:30
README.md add README.md file 2016-03-10 02:10:57 +05:30

node-predict

  • Assuming that we have following data in the mongodb: event dates of push notifications, acknowledgements of the push notifications and the dates of the services availed by the user.
  • Using these events we can analyze the status/usage of the application and check possibility of the app being uninstalled
  • GCM device id (gcm_id) & range of dates (start_date, end_date) are passed as URL paramerters
    • localhost/predict?gcm_id=123&start_date=12-04-2015&end_date=01-02-2016
    • (for single day) localhost/predict?gcm_id=123&start_date=12-04-2015&end_date=12-04-2015