Giter VIP home page Giter VIP logo

fliggy-itinerary's Introduction

Data Format

user_item_behavior_history.csv

The data set covers all behaviors (including clicks, favorites, adding, and purchases) of approximately 2 million random users from June 3, 2019 to June 3, 2021. The organization of the data set is similar to MovieLens-20M, namely Each row of the collection represents a user data behavior, which is composed of user ID, product ID, behavior type, and log. Each column summarizes the detailed information of the product under investigation.

Field Explanation
User ID An integer, the serialized ID that represents a user
Item ID An integer, the serialized ID that represents an item
Behavior type A string, enum-type from ('clk', 'fav', 'cart','pay')
Timestamp An integer, the timestamp of the behavior

user_profile.csv

This data set mainly contains the basic attributes of about five million random users, such as age, gender, occupation, resident city ID, crowd tag, etc. Each row of the data set represents a piece of user information, separated by commas. The detailed description of each column in the data set is as follows:

Field Explanation
User ID An integer, the serialized ID that represents a user
Age An integer, the serialized ID that represents an user age
Gender An integer, the serialized ID that represents the user gender
Occupation An integer, the serialized ID that represents the user occupation
Habitual City An integer, the serialized ID that represents the user habitual city,single value
User Tag List A String, the ID of each tag is separated by English semicolon after serialization

item_profile.csv

This data file mainly contains the basic attribute characteristics of about 270,000 products, such as product category ID, product city, product label, etc. Each row of the data set represents the information of a product, separated by commas. The detailed description of each column in the data set is as follows:

Field Explanation
Item ID An integer, the serialized ID that represents an item
Category ID An integer, the serialized ID that represents an item category
Item City An integer, the serialized ID that represents an item City
Item Tag List A String, the ID of each tag is separated by English semicolon after serialization

fliggy-itinerary's People

Contributors

wanjietao avatar

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.