Firstly thanks for this great solution for the competition. I found the following lines from lgbm.py script[line 52] and the statistical feature median value is actually implemented with mean method, is that a typo?
X['median_{}_2017'.format(i)] = get_timespan(df_2017, t2017, i, i).mean(axis=1).values
Firstly thanks for this great solution for the competition. I found the following lines from lgbm.py script[line 52] and the statistical feature median value is actually implemented with mean method, is that a typo? X['median_{}_2017'.format(i)] = get_timespan(df_2017, t2017, i, i).mean(axis=1).values