GoogleCloudPlatform / cloudml-samples

Cloud ML Engine repo. Please visit the new Vertex AI samples repo at https://github.com/GoogleCloudPlatform/vertex-ai-samples
https://cloud.google.com/ai-platform/docs/
Apache License 2.0
1.52k stars 857 forks source link

Numerical and categorical were switched #502

Closed JoshuaFox closed 2 years ago

JoshuaFox commented 3 years ago

The code as is gives an error: str.strip was being applied to a non-string. This makes sense, since the variables for numerical and categorical columns are being used in the part of the pipeline for categorical and numerical columns, respectively (switched around). I switched these, and now the code works.

review-notebook-app[bot] commented 3 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB