recommendation

Mashup and API dataset from ProgrammableWeb.

We have segmented and cleaned the data, retaining useful parts for subsequent task calculations. The storage format is in *. csv format. This mainly consists of two parts of data: Mashup and API, which are mainly used for participating in the post order BERT model. It also includes *. pt data that needs to be used for Node2Vec.

Categories:
67 Views

Each record in the dataset includes 7 fields:

UserID, CurrentChannel, NextChannel, Date, TimeSection, StartTime, Duration. 

The meanings of them are respectively as follows,

1. UserID : the number of a user, sorted in descending order by the number of channels he/she has switched during the period of time; [1, 13246].

2. CurrentChannel: the channel ID viewed by the user in the current time section.

3. NextChannel: the channel ID which the user would view in the next time section.

Categories:
282 Views