h2oai / h2o3-sagemaker

Integrating H2O-3 AutoML with Amazon Sagemaker
Apache License 2.0
14 stars 13 forks source link

Converting specified columns to categorical values: [] #9

Closed pfmeng closed 4 years ago

pfmeng commented 4 years ago

For this question: https://stackoverflow.com/questions/58469273/classification-using-h2o-ai-h2o-3-automl-algorithm-on-aws-sagemaker-categorical

This is a bug in this package. The code in https://github.com/h2oai/h2o3-sagemaker/blob/master/automl/automl_scripts/train#L106 shows that it's reading categorical_columns directly from the hyperparameters, not nested under the training field. However when move up the categorical_columns field a level, the algorithm doesn't recognize it.

Could you provide feedback?

pfmeng commented 4 years ago

Just found the previous #8 was reporting the same. Closing it for now.