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
Hello,s3fs is an optional dependency and it's not installed by default in the scikit-learn container because the recommended way of using the scikit-learn container with Python SDK is to use the Estimator.fit() method. Please see this related issue: aws/sagemaker-python-sdk#1496. Will the approach described in the issue work in your case?
Hello @edwardjkim, thank you for the quick answer.
My workload doesn't have an estimator.
I'm using the scikit-learn container with SageMaker Processing and I wanted to read an auxiliary dataset directly from s3. Since this dataset is chosen during runtime, I cannot send it to the container in advance through the ProcessingInputs argument.
Hey guys,
In case you want to read a dataframe directly from s3, for example:
You will need an optional dependency called s3fs:
The text was updated successfully, but these errors were encountered: