Three small issues with the telco churn walkthrough:
- The docker container used for loading the example notebooks has all of the packages for the "basic" notebook environment, but not for the "telco" notebook. (eg,
pillow, python-slugify, etc.)
- The environmental variables do not need to be set, as they are part of the config in the the docker-compose. The environmental variables set to
localhost, but in the config are core. Using the code to set the environmental variables in the notebook results in an error.
- For making predictions, there is an
entity_df variable that is referenced in the telco notebook - but that variable is not instantiated anywhere.
Three small issues with the telco churn walkthrough:
pillow,python-slugify, etc.)localhost, but in the config arecore. Using the code to set the environmental variables in the notebook results in an error.entity_dfvariable that is referenced in the telco notebook - but that variable is not instantiated anywhere.