Skip to content

Commit 5156d2b

Browse files
committed
Add bike sharing dataset
1 parent b883d0c commit 5156d2b

File tree

3 files changed

+17403
-4
lines changed

3 files changed

+17403
-4
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
MIT License
1+
The MIT License (MIT)
22

3-
Copyright (c) 2018 PHP Artificial Intelligence
3+
Copyright (c) 2018 Arkadiusz Kondas <arkadiusz.kondas[at]gmail>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
1-
# php-ml-datasets
2-
Public datasets prepared for machine learning tasks with php-ml
1+
# PHP-ML Datasets
2+
3+
Public datasets prepared for machine learning tasks with [php-ml](https://github.com/php-ai/php-ml).
4+
5+
## Available datasets
6+
7+
### Regression
8+
9+
**Bike Sharing Dataset Data Set**
10+
11+
Features | Samples | Characteristics | File
12+
---------|---------|-----------------|-----
13+
15 | 17379 | Integer, Real | `bike-sharing-hour.csv`
14+
15+
Bike sharing systems are new generation of traditional bike rentals where whole process from membership, rental and return back has become automatic. Through these systems, user is able to easily rent a bike from a particular position and return back at another position. Currently, there are about over 500 bike-sharing programs around the world which is composed of over 500 thousands bicycles. Today, there exists great interest in these systems due to their important role in traffic, environmental and health issues.
16+
17+
Apart from interesting real world applications of bike sharing systems, the characteristics of data being generated by these systems make them attractive for the research. Opposed to other transport services such as bus or subway, the duration of travel, departure and arrival position is explicitly recorded in these systems. This feature turns bike sharing system into a virtual sensor network that can be used for sensing mobility in the city. Hence, it is expected that most of important events in the city could be detected via monitoring these data.
18+
19+
Modification: `instant` and `dteday` columns removed
20+
21+
Source: http://archive.ics.uci.edu/ml/datasets/Bike+Sharing+Dataset

0 commit comments

Comments
 (0)