aws-samples / amazon-sagemaker-immersion-day

MIT No Attribution
271 stars 222 forks source link

fix batch transform bug #87

Closed Changshama closed 5 months ago

Changshama commented 5 months ago

Issue #, if available: The current batch transform fails because one-hot encoding generates False/True for the new columns - the model only accept float type. Description of changes: Modified the batch_data dataframe processing code.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.