What does this implement/fix? Explain your changes.
Solution: Go to 'sktime_dl/utils/_data.py' file
In line 6 Change:
from sktime.utils.data_container import tabularise, nested_to_3d_numpy
to
from sktime.utils.data_processing import from_nested_to_2d_array, from_nested_to_3d_numpy
In line 7 Change:
from sktime.utils.validation.series_as_features import check_X, check_X_y
to
from sktime.utils.validation.panel import check_X, check_X_y
…ta_container'
Reference Issues/PRs
What does this implement/fix? Explain your changes.
Solution: Go to 'sktime_dl/utils/_data.py' file
In line 6 Change:
from sktime.utils.data_container import tabularise, nested_to_3d_numpy to from sktime.utils.data_processing import from_nested_to_2d_array, from_nested_to_3d_numpy
In line 7 Change:
from sktime.utils.validation.series_as_features import check_X, check_X_y to from sktime.utils.validation.panel import check_X, check_X_y