Overview of ML on Databricks
This chapter will give you a fundamental understanding of how to get started with ML on Databricks. The ML workspace is data scientist-friendly and allows rapid ML development by providing out-of-the-box support for popular ML libraries such as TensorFlow, PyTorch, and many more.
We will cover setting up a trial Databricks account and learn about the various ML-specific features available at ML practitioners’ fingertips in the Databricks workspace. You will learn how to start a cluster on Databricks and create a new notebook.
In this chapter, we will cover these main topics:
- Setting up a Databricks trial account
- Introduction to the ML workspace on Databricks
- Exploring the workspace
- Exploring clusters
- Exploring notebooks
- Exploring data
- Exploring experiments
- Discovering the feature store
- Discovering the model registry
- Libraries
These topics will cover the essential features to perform effective...