Giter Site home page Giter Site logo

"interact with in the next week" about 2016 HOT 7 OPEN

talestsp avatar talestsp commented on June 25, 2024
"interact with in the next week"

from 2016.

Comments (7)

pjankiewicz avatar pjankiewicz commented on June 25, 2024 3

@dkohlsdorf To be more specific you say that there are no user_id + item_id present in the test interactions and train interactions. I did a quick check in which I created a submission with only training interactions and it scores 154890.45. Assuming that I didn't didn't make a mistake is this something to be expected?

For example this query returns 35999 interactions.

SELECT COUNT(*) FROM (
  SELECT DISTINCT user_id, item_id FROM interactions WHERE week = 45 AND interaction_type in (1,2,3)
  INTERSECT
  SELECT DISTINCT user_id, item_id FROM interactions WHERE week < 45 AND interaction_type in (1,2,3)
) as T

So I assume that a similar number is for the week 46 (test week).

from 2016.

dkohlsdorf avatar dkohlsdorf commented on June 25, 2024

Well this is a little hypothetical :). We held out the interaction data of the one week after the dataset ends.
These are the interactions you have to predict for the target users.

Hope that helps

Daniel

from 2016.

talestsp avatar talestsp commented on June 25, 2024

Hi Daniel,

Does it mean that it is the same weeknumber for everybody? Maybe the each
user's last weeknumber plus 1?

Thanks again :)

Tales Tenorio de Souza Pimentel
https://br.linkedin.com/pub/tales-tenorio-pimentel/63/5a6/661

from 2016.

zhengrongqin avatar zhengrongqin commented on June 25, 2024

@dkohlsdorf
Hi Daniel
I don't understand your mean.Which dataset you held out the interaction data of the one week ? items.csv?
Thanks

from 2016.

dkohlsdorf avatar dkohlsdorf commented on June 25, 2024

The data you can access and learn on is extracted from Aug - Nov 2015.
We held out the data of the week after the end date in November.
And yes we only held out interactions since predicting the interactions is our ground truth.
All users and items you need to make your predictions are given to you.

Daniel

from 2016.

skywaLKer518 avatar skywaLKer518 commented on June 25, 2024

One followup question -- is it possible those "interactions in the next week" already appear in the users' interaction history? or we only need to predict "new ones"? From the description, it seems to be the former, but we would like to confirm. Thanks !

from 2016.

dkohlsdorf avatar dkohlsdorf commented on June 25, 2024

No the interactions for the test set are not in the data

from 2016.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.