Commit b3ded090 authored by Mohamad Bashar Desoki's avatar Mohamad Bashar Desoki

Prediction Service - R&D

parent a9009d87
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
# store description
curl http://www.wikibench.eu/wiki/2007-09/ > wikibench.repo
# download each file
cat wikibench.repo | grep -oh "wiki\.[0-9]\+\.gz" | xargs -I{} curl -O http://www.wikibench.eu/wiki/2007-09/{}
for file in raw/*
do
echo $file
gunzip -c $file > ./temp
grep de.wikipedia.org ./temp >> result.txt
done
\ No newline at end of file
# extract only the timestamps
cat result.txt | awk '{print $2}' | grep -oh "^[0-9]\+" > requests.txt
# Prediction Service
- In the **R&D folder**, you can find how to explore data and develop prediction algorithms. You can also find the validation of the algorithm against Wikipedia JP and DE.
*The idea of prediction*
![main and compared vectors.png](main and compared vectors.png)
*Results*
![Results.png](Results.png)
- The **Application folder** contains the Prediction Service (Python APP)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment