Skip to content

Commit

Permalink
Adds todo since quick fix wont work
Browse files Browse the repository at this point in the history
  • Loading branch information
tingiskhan committed Nov 19, 2024
1 parent 55d0e9b commit 01605d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions skyro/sktime.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ def _do_predict(self, fh: ForecastingHorizon, X=None, full_posterior: bool = Fal
# TODO: need to use numpy depending on mtype
X = pd.concat([self._X, X], axis=0, verify_integrity=True)

# TODO: gah, this needs to be handled a lot better
length = self._y.shape[0]
future_index = fh.to_relative(self.cutoff).to_numpy()
future = future_index.max()
Expand Down

0 comments on commit 01605d0

Please sign in to comment.