-
Notifications
You must be signed in to change notification settings - Fork 0
/
features.txt
24 lines (22 loc) · 1.51 KB
/
features.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
The dataset contains information about the page views of a website.
What follows is a description of the features of the dataset:
- id: the unique identifier of the sample.
- page_views: the number pages visited by the user in the current session.
- previous_visits: the number of times the user has visited the website before.
- registered: whether the user is registered in the website or not.
- bounce: whether the user left the website by clicking on an external link.
- page_depth: the maximum website depth reached by the user in the current session.
- clicked_on_ad: whether the user clicked on an ad in the website.
- session_to: the time and date when the current session ended.
- session_from: the time and date when the current session started.
- seconds_on_pages: the time in seconds spent by the user on each page visited in the current session.
- previous_visit_clicks_on_ads: whether the user clicked on an ad in the website in the previous visits.
- IP: the IP address of the user.
- recorded_sample: the time and date when this sample/individual/row was recorded.
- last_visit: the time and date of the last visit of the user.
- client_type: the type of client used by the user to access the website.
- browser_width: the width of the user's browser in pixels.
- browser_height: the height of the user's browser in pixels.
- gender: the gender of the user (if known).
- number_pages_visited: the number of pages the user visited in the current session.
- comment: the last comment written by the user in the website's forum.