Skip to content

Commit e49495c

Browse files
committed
create readme
1 parent 1731203 commit e49495c

File tree

1 file changed

+28
-0
lines changed
  • Competition/McKinseyAnalyticsPrediction

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Data Competition of Machine Learning by scikit-learn and Keras library
2+
Implementations of machine learning algorithms by Python 3 for some selected data competition.
3+
4+
The folders included demo programs for leverage scikit-learn, Keras libraries to challenge datathon with Python 3.
5+
6+
|Algorithm|Description|Link|
7+
|------|------|--------|
8+
|[Support Vector Regression (SVR), Neural Network, Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU)](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/Competition/McKinseyAnalyticsPrediction) | This task is to perform prediction for number of vehicles by given data. This is a demo program to leverage mutile models from existing libraries in one challenge. The final result can be improved by some emsemble techniques like Bootstrap aggregating (bagging), boosting, and stacking to get better performance.|[Source Code](https://github.com/Cheng-Lin-Li/MachineLearning/tree/master/Competition/McKinseyAnalyticsPrediction)|
9+
10+
11+
## The task:
12+
### Prediction Number of Vehicles
13+
Given 20 months Date time, ID of junctions, and number of Vehicles to predict number of vehicles in next 4 months.
14+
15+
Training Data:
16+
|Data field|Description|
17+
|---|---|
18+
|DateTime|Date time info|
19+
|Junction|Junction no.|
20+
|Vehicles|number of vehicles|
21+
|ID| Data unique ID|
22+
23+
Test Data:
24+
|Data field|Description|
25+
|---|---|
26+
|DateTime|Date time info|
27+
|Junction|Junction no.|
28+
|ID| Data unique ID|

0 commit comments

Comments
 (0)