Live data from Hacker News

Viewing profile — alaiacano

alaiacano

HN member
Joined
Fri, Feb 10, 2012, 3:27 PM UTC
HN karma
12
Public activity
5 items

About alaiacano

No profile information was provided.

Recent public activity

  1. comment
    Comment #8701211

    > s1 > s2 > s > qplot(x, y, data=s, geom=c('point', 'line'), color=series)

  2. comment
    Comment #7916218

    You should use something like tf-idf to normalize your cooccurance counts for your recommender, otherwise you'll just end up recommending the most globally popular products.

  3. comment
    Comment #7906033

    It's called "pic for pic" and I hear the kids are really into it.

  4. comment
    Comment #7904661

    Looks like the PMML issue has just been re-opened on scikit-learn's github: https://github.com/scikit-learn/scikit-learn/issues/1596

  5. comment
    Comment #7878639

    Using a mutable "last active time" from some sort of users table is pretty dangerous for post-hoc analysis because if (when!) something goes wrong, the information is overwritten a…