Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC] Add example notebook for the graphical pipeline #5175

Merged
merged 16 commits into from
Aug 8, 2024
Merged
Prev Previous commit
Next Next commit
Fix wrong import..
  • Loading branch information
benHeid committed Jan 28, 2024
commit dcf611de886a4c2b34771155b4fbfdbf72cdea35
1 change: 0 additions & 1 deletion sktime/transformations/series/tests/test_subset.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import pandas as pd
import pytest
from forecasting.naive import NaiveForecaster

from sktime.datasets import load_airline, load_longley
from sktime.forecasting.naive import NaiveForecaster
Expand Down