Aniket Mishra

Results 2 issues of Aniket Mishra

Added return type to functions that were missing it in timegpt.py Found an issue mentioned here during the same: https://github.com/Nixtla/nixtla/issues/94 We were doing the size calculation twice in line 356...

File: nixtla/nixtlats/timegpt.py Class: TimeGPT Function: Forecxast Expected output for the forecast function at line 626 is pd.DataFrame. The **self._forecast** returns a pandas dataframe which is a part of the if...