You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Week 1-> regularization notebook -> I canot load dataset
1 x_train, y_train, X_test, y_test = load_2D_dataset()
3 frames
[/usr/local/lib/python3.10/dist-packages/scipy/io/matlab/_miobase.py](https://localhost:8080/#) in _get_matfile_version(fileobj)
247 if maj_val in (1, 2):
248 return ret
--> 249 rais
560C
e ValueError('Unknown mat file type, version %s, %s' % ret)
250
251
ValueError: Unknown mat file type, version 54, 48
The text was updated successfully, but these errors were encountered:
In Week 1-> regularization notebook -> I canot load dataset
The text was updated successfully, but these errors were encountered: