Just removing debug code from Measures.py
This commit is contained in:
parent
4a4e168448
commit
d317fc80cf
@ -334,8 +334,6 @@ def get_point_statistics(data, model, **kwargs):
|
||||
|
||||
nforecasts = np.array(forecasts[:-1])
|
||||
|
||||
print(model.shortname)
|
||||
|
||||
ret.append(np.round(rmse(ndata[model.max_lag:], nforecasts), 2))
|
||||
ret.append(np.round(mape(ndata[model.max_lag:], nforecasts), 2))
|
||||
ret.append(np.round(UStatistic(ndata[model.max_lag:], nforecasts), 2))
|
||||
|
Loading…
Reference in New Issue
Block a user