Using Igvita's decision tree gem to predict paying users in Rails
Ilya Grigorik wrote a great post a while ago about how to use decision trees in ruby. Here’s another quick post on how to use them to find out what factors are most important in whether or not users pay in a Rails app.
Post a comment