We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 raise 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:
No branches or pull requests
In Week 1-> regularization notebook -> I canot load dataset
The text was updated successfully, but these errors were encountered: