-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
33 lines (22 loc) · 791 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Idea
===
Blending.
Linear blending is not enough to get a high score.
I split the test data into several data set and blend each
with different predictors and different weights.
Language , children and grandparent predictors are not so usefull
in my solution.
I don't figure out why filters didn't work neither, oooops.
The idea blending method should hits 2800 in my test data, while
only nearly 2400 were hit actually.
Apcluster produce lots of cluster and doesn't work in this solution, if I choose middle value as preference.
Todo
====
Learn the weights in KNN
More good clusters
More smart blending method
Read the codes and idea of the leading guy carefully.
Credits
=======
Thanks to:
Daniel Haran && xlvector && jeremybarnes who contribute the ideas and basic codes.