Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2023 03:18 PM
Help! I'm trying to run this first notebook in the Scalable MachIne LEarning (SMILE) course.
It fails on the first cell with
AssertionError: The Databricks Runtime is expected to be one of ['11.3.x-cpu-ml-scala2.12'], found "11.3.x-scala2.12". Please see the "Troubleshooting | Spark Version" section of the "Version Info" notebook for more information.
There's no more information in the Version Info notebook. I set the version to 11.3 and turned off photon to try to get it to match, but I don't see how to get 'cpu-ml' in there.
I suppose I can just modify the 'supported_dbrs' list in Includes/_common, but that seems like it might cause trouble later.