-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
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
add support for recordio and sparse matrices #10
Comments
mine is giving me "AlgorithmError: Exit Code: 127 "- and above " /usr/bin/env: 'python\r': No such file or directory" it happens during uploading of the generated model . does that mean it trained but something went wrong with uploading the results and what? i simply used your files but switched from decision tree to svm- regression. thank you! |
Another user is running into issues due to support for recordio not being present. aws/sagemaker-python-sdk#1093 |
2022 and still no support? |
sklearn container should include support for reading and writing recordio and sparse matrices.
see aws/sagemaker-python-sdk#767 for more details.
The text was updated successfully, but these errors were encountered: