teancake

Results 2 issues of teancake

1. pandas.Panel is deprecated since version 0.20.0 and removed from 0.25.0 2. Swap months_start and months_end in create_month_tdays_begin_end method. 3. Tested with pandas 2.0.2 on Python 3.10

The definition of function predict() ```python def predict(self, dataset): ``` in files ``` qlib/contrib/model/pytorch_lstm_ts.py qlib/contrib/model/pytorch_tcn_ts.py ``` lacks an optional argument "segment", as defined in the base class ```python class Model(BaseModel):...

question