Technical requirements
In order to follow along with the examples in this chapter, you will need a modern web browser, such as Microsoft Edge, Google Chrome, and Mozilla Firefox, and a Microsoft Azure subscription.
You can download the codes for this chapter from the following link: https://github.com/marconline/azure-databricks.
The repository contains three Azure Databricks Workbooks. You can download them and import them into your workspace by going to your Azure Databricks workspace (more on that later), click on Workspace, then Import. The three files we want are the following:
SMS Spam Classification.py
: A workbook that contains model training and evaluation datasetsAzureML - Workspaces API.py
: An introductory workbook to connect Azure Databricks to Azure Machine LearningAzure ML - SMS Spam Classification.py
: The final workbook, with model training, evaluation, and integration with Azure Machine Learning