Can't use record_set()
to create data for RCF "test" channel
#2925
Labels
record_set()
to create data for RCF "test" channel
#2925
Describe the bug
The method
sagemaker.RandomCutForest.record_set()
can't be used to create aRecordSet
for the "test" channel of the RCF algorithm.To reproduce
Configure a RandomCutForest estimator and try fitting it to data ingested via
record_set(..., channel='test')
:Expected behavior
A
RecordSet
returned byrecord_set(..., channel='test')
should have"S3DataDistributionType": "FullyReplicated"
.Screenshots or logs
System information
A description of your system. Please provide:
Additional context
This property is hardcoded in the
RecordSet
class utilized byrecord_set()
:sagemaker-python-sdk/src/sagemaker/amazon/amazon_estimator.py
Line 340 in 2ebba8a
@mufaddal-rohawala @jeniyat or anyone else: In the meantime, is there any other way to create a
RecordSet
for RCF from Numpy data?The text was updated successfully, but these errors were encountered: