I have a list of 4k-5k items, I have a short survey (5-6) questions and a lot of users of the survey.

I am trying to get my brain wrapped around the best way to show the items most likely to get a response from the user based on the results of the survey. For instance a 21 year old Male that is active is likely to be interested in workout equipment, but a 51 year old Male that is active is likely to be interested in Ibuprofen.

Right now, I can only come up with brute force testing, and after enough iterations declaring a winner, for each response set. But would it be better to do a pass based on Male first and get a subset then to test against Male+Age, or should I test all the individual response possibilities, then start testing those first round winners with multiple responses?

How do updates to the item list get tested out?

The buzz words multi-variate and predictive modeling get thrown around in discussions on this, searching CPAN did not generate any module results based on those terms that do what I want(or they were so far over my head I didn't get that they are doing what I want), is there a better term for what I am trying to do?

g_White

In reply to OT: predicting related content by gwhite

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.