convst.utils.checks_utils.check_is_numpy_or_pd¶
- convst.utils.checks_utils.check_is_numpy_or_pd(X)¶
Check if the input is a numpy array or a pandas DataFrame, else raise an error
- Parameters:
- XDataFrame or array
Input data
- Returns:
- XDataFrame or array
Input data.
- Raises:
- ValueError