Skip to content

Commit 498cf5d

Browse files
author
KathiBrown
committed
started chapter: additional features
1 parent 15283fc commit 498cf5d

10 files changed

+101
-1
lines changed

25_additional.tex

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
\section{Additional Features}
3+
In order the make the predictions more precise we decided to improve the feature matrix with additional features.
4+
We took into consideration which data could be meaningful for the frequency of bike rentals.
5+
We came to the conclusion that the following 4 features should be added:
6+
\begin{itemize}
7+
\item Age
8+
\item Events
9+
\item Earnings
10+
\item Poitical Attitude
11+
\end{itemize}
12+
We considered the first point because we assumed that there is a specific age group which uses rental bikes more than others. We conclude from that, if we find stations where a a lot of people within this specific age group lives, we will have a higher frequency. Therefore we investigated in the target group of Santander Rental Bikes and found out that their main target group depicts of people between the age of 16 and 54 \cite{Santander}. Moreover approximately two third of their users are male. That is why we searched for data which gives us the total number of ages as well as the gender for each districct in London where Santander provides rental station data. \\\\
13+
Appropriate data was found at the \emph{London Datastore} where data about London's population is freely provided as an excel document. To use this data we first extracted only the district data we are interested in.
14+
\subsection{Data Research}
15+
16+
\subsection{Data Preparation}
17+
18+
\subsection{Data Evaluation}

DSPRReport.pdf

350 Bytes
Binary file not shown.

DSPRReport.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ \chapter{Bike Rental in London}
112112
\input{./22_data_profiling.tex}
113113
\input{./23_data_prediction.tex}
114114
\input{./24_hourly.tex}
115+
\input{./25_additional.tex}
115116
\chapter{Postal Code Database (Junior)}
116117
% TODO: other things ?
117118
\input{./31_junior_task_description.tex}
212 KB
Binary file not shown.
594 KB
Binary file not shown.
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
@ONLINE {jsimioni20181,
2+
author = "Simioni Julian",
3+
title = "pelias architecture",
4+
month = "apr",
5+
year = "2018",
6+
url = "https://raw.githubusercontent.com/pelias/pelias/master/img/Pelias%20Architecture.png"
7+
}
8+
@ONLINE {jsimioni20182,
9+
author = "Simioni Julian",
10+
title = "pelias result quality",
11+
month = "aug",
12+
year = "2018",
13+
url = "https://github.com/pelias/documentation/blob/master/result_quality.md"
14+
}
15+
@ONLINE {jsimioni20183,
16+
author = "Simioni Julian",
17+
title = "pelias documentation",
18+
month = "nov",
19+
year = "2018",
20+
url = "https://github.com/pelias/documentation"
21+
}
22+
@ONLINE {jsimioni20191,
23+
author = "Simioni Julian",
24+
title = "pelias csv-importer",
25+
month = "may",
26+
year = "2019",
27+
url = "https://github.com/pelias/csv-importer"
28+
}
29+
@ONLINE {geonames2019,
30+
author = "Unxos GmbH, Weingartenstrasse 8, 8708 Maennedorf, Switzerland",
31+
title = "geonames",
32+
month = "jun",
33+
year = "2019",
34+
url = "https://download.geonames.org/export/zip/allCountries.zip"
35+
}
36+
@ONLINE {sdechant20191,
37+
author = "Dechant Sergej",
38+
title = "geonames 2d postalcodes",
39+
month = "may",
40+
year = "2019",
41+
url = "https://github.com/dataBikeHsUlm/juniors/tree/master/geonames_2D_postalcodes"
42+
}
43+
@ONLINE {sdechant20192,
44+
author = "Dechant Sergej",
45+
title = "pelias import",
46+
month = "jun",
47+
year = "2019",
48+
url = "https://github.com/dataBikeHsUlm/juniors/tree/master/peliasimport"
49+
}
50+
@ONLINE {framm2017,
51+
author = "Ramm Frederik",
52+
title = "geofabrik routing engines",
53+
month = "mar",
54+
year = "2017",
55+
url = "https://www.geofabrik.de/media/2017-03-23-Routing-Engines_fuer_OSM.pdf"
56+
}
57+
@ONLINE {h.daniel2017,
58+
author = "H. Daniel J.",
59+
title = "osrm",
60+
month = "jul",
61+
year = "2017",
62+
url = "https://github.com/Project-OSRM/osrm-backend/wiki/Disk-and-Memory-Requirements"
63+
}
64+
@ONLINE {gknisley2019,
65+
author = "Knisley Greg",
66+
title = "valhalla",
67+
month = "apr",
68+
year = "2019",
69+
url = "https://github.com/valhalla/valhalla"
70+
}
Loading
Loading
90.4 KB
Loading

bibtex/library.bib

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,4 +412,15 @@ @article{RN9
412412
year = {2019},
413413
type = {Journal Article}
414414
}
415-
415+
@techreport{Santander,
416+
author = {Santander},
417+
file = {:home/kronork/.local/share/data/Mendeley Ltd./Mendeley Desktop/Downloaded/Unknown - Unknown - Santander Cycles Customer Satisfaction and Usage Survey Casual Users Only Quarter 2 201718.pdf:pdf},
418+
title = {{Santander Cycles Customer Satisfaction and Usage Survey Casual Users Only: Quarter 2 2017/18}},
419+
url = {http://content.tfl.gov.uk/santander-cycles-casuals-css-q2-2017-18.pdf}
420+
}
421+
@misc{LondonData,
422+
author = {Datastore, London},
423+
title = {{GLA Population and Household Projections}},
424+
url = {https://data.london.gov.uk/dataset/projections/},
425+
urldate = {2019-06-23}
426+
}

0 commit comments

Comments
 (0)