lianmakesthings / positronic-brain

A machine that learns to predict football scores
48 stars 5 forks source link

Implement a way to find market values for teams who are not currently in the league that older matches of theirs belong to #12

Open PiMastah opened 8 years ago

PiMastah commented 8 years ago

E.g.:

_id
b3166fe22934f32675f027f2f4018f25
_rev
7-1b0168439e1abc72c1af88a27c6744b3

away
transfermarkt_id
2
name
1.FC Kaiserslautern
score
0
position
1
market_value

date
2011-08-06

home
transfermarkt_id
86
name
SV Werder Bremen
score
2
position
1
market_value
112,95 Mio. €

matchday
01

There is currently no market value available for Kaiserslautern, since our data source only supplies teams currently in the first league.

PiMastah commented 7 years ago

Temporary workaround: Importing missing market values by running parser for other leagues as well.

@Chimney42 fixed #17, allowing consecutive imports