I'm trying to run some training on the Sagemaker using Random-Forest and its giving me this validation error. I'm not sure if I need to adjust hyper-parameters. I tried but still an error. Here is the full text of the error.
"Failure reason ClientError: Unable to initialize the algorithm. Failed to validate input data configuration. (caused by ValidationError) Caused by: u'FullyReplicated' is not one of [u'ShardedByS3Key'] Failed validating u'enum' in schema[u'properties'][u'train'][u'properties'][u'S3DistributionType']: {u'enum': [u'ShardedByS3Key'], u'type': u'string'} On instance[u'train'][u'S3DistributionType']: u'FullyReplicated'"
I have tried different parameters - but I still get the same results.