As per requested by @fkiraly, we are updating the files _check.py and _convert.py to match functionality with the sktime library. Note that _common.py is exactly the same for both libraries, so no changes were needed.
This pr also should allow list of strings to be accepted as valid X_inner_mtype and y_inner_mtype.
@fkiraly Could you please do a review to ensure that the code is correct?
As per requested by @fkiraly, we are updating the files
_check.py
and_convert.py
to match functionality with thesktime
library. Note that_common.py
is exactly the same for both libraries, so no changes were needed.This pr also should allow list of strings to be accepted as valid
X_inner_mtype
andy_inner_mtype
.@fkiraly Could you please do a review to ensure that the code is correct?
Thanks!