aws / sagemaker-python-sdk

A library for training and deploying machine learning models on Amazon SageMaker
https://sagemaker.readthedocs.io/
Apache License 2.0
2.09k stars 1.13k forks source link

ParamValidationError #2009

Open santhini-scenai opened 3 years ago

santhini-scenai commented 3 years ago

Describe the bug ParamValidationError while prediction Also the hyperparameter is not parsing during model training

Expected behavior pediction of no:of days(using Xgboost regression built in algorithm).Train and test are in the csv format Screenshots or logs image

image

System information A description of your system. Please provide:

ajaykarpur commented 3 years ago

Can you please provide the following information?

santhini-scenai commented 3 years ago

image I am not sure about SDK version,this is how i have done to get the Xgboost,request your guidance

tuliocasagrande commented 3 years ago

Hi @santhini-scenai, sagemaker.__version__ should give you the SDK version.

santhini-scenai commented 3 years ago

thanks @tuliocasagrande .it is '2.16.4.dev0'

liujiaorr commented 5 months ago

Does the issue still exist?