Note that there are some explanatory texts on larger screens.

plurals
  1. USlockedoff
    primarykey
    data
    text
    plurals
    1. COI had tried to find information about scikit-learn prediction times in July but couldn't, so I chose to use shallow learning algorithms instead (that I knew would meet the latency requirements). My use case was ranking bids in online advertising, so batch prediction would've helped, but decisioning for each impression still had to complete in less than 10ms. Re: your suggestions to reduce the # of trees, I tried 1, just read through 2, and will look into 3 -- thanks for the references/ideas. For a new project, I am considering Weka and scikit-learn, so your response was helpful.
      singulars
    2. CONo one seems to have mentioned this minor detail, but all of your clients who signed up 13 months ago will be categorized as '3+ years' unless you change the `> 13` to `>= 13` ;)
      singulars
    3. COYou should probably be using "family id" for the random effect part of the formula, if you're trying to estimate a separate variance component for families. This would make sense if you expected your response to be correlated within families, for example (which it probably would be). You could (additionally) include an individual-level random effect possibly correlated with the family-level random effect IF you had multiple observations per individual. It does not appear you do. I would reformat your question and ask on stats.stackexchange.com if your question is more statistical in nature.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload