aws / aws/aws-step-functions-data-science-sdk-python
transform_config() got an unexpected keyword argument 'input_filter'
- Lingua principale
- Python
- Stelle
- 299
- Fork
- 84
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Apri la guida per i contributori
Direzione di ricerca
Inizia riproducendo il fallimento nell'esempio machine_learning_workflow_abalone, concentrandoti sul TransformStep mostrato e sulla chiamata a transform_config() che rifiuta input_filter. Traccia il percorso degli argomenti del TransformStep dell'esempio fino a transform_config(); il lavoro è completato quando l'esempio supera transform_step senza produrre l'unexpected-keyword TypeError.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- aws, python
- Ambito
- cloud, machine-learning
- Tipo di issue
- Bug
- Difficoltà
- 3/5
- Tempo stimato
- 1-2 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 35/100