Nixtla / hierarchicalforecast

Probabilistic Hierarchical forecasting 👑 with statistical and econometric methods.
https://nixtlaverse.nixtla.io/hierarchicalforecast
Apache License 2.0
588 stars 76 forks source link

Wrong argument name in evaluation section of README #250

Closed adia4 closed 11 months ago

adia4 commented 1 year ago

Description

In the README.md file, the evaluation code goes as evaluator.evaluate(Y_hat_df=Y_rec_df, Y_test=Y_test_df.set_index('unique_id'), tags=tags, benchmark='Naive') whereas, it should be evaluator.evaluate(Y_hat_df=Y_rec_df, Y_test_df=Y_test_df.set_index('unique_id'), tags=tags, benchmark='Naive')

Link

No response