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
Linear Learner is not supported in Local Mode (none of the Amazon 1P Algorithms are). These containers are not public and can't be pulled into your local environment.
Please fill out the form below.
System Information
Describe the problem
Attempting to use the LinearLearner estimator in local mode throws the exception:
Minimal repro / logs
To repro I'm just taking the multiclass classifiers example and switching it use to local mode.
Digging thru the code I see that amazon_estimator.py sets the
s3_input
todistribution='ShardedByS3Key'
.Is there a way to create a FullyReplicated recordset and get local mode working?
The text was updated successfully, but these errors were encountered: