aws-step-functions-data-science-sdk-python icon indicating copy to clipboard operation
aws-step-functions-data-science-sdk-python copied to clipboard

transform_config() got an unexpected keyword argument 'input_filter'

Open npino56 opened this issue 5 years ago • 0 comments
trafficstars

dear collaborators, I am new in AWS Step Functions Data Science SDK for Amazon SageMaker. I'm working with the example " machine_learning_workflow_abalone" of the sagemaker examples, and when execute transform_step appears the next error:

TypeError: transform_config() got an unexpected keyword argument 'input_filter'

the code of cell is:

transform_step = steps.TransformStep( 'Transform Input Dataset', transformer=xgb.transformer( instance_count=1, instance_type='ml.m5.large' ), job_name=execution_input['JobName'], model_name=execution_input['ModelName'], data=test_s3_file, content_type='text/libsvm' ) I need help please to resolve this problem Best regards

npino56 avatar Jul 19 '20 04:07 npino56