- Course
Predictive Analytics Using Apache Spark MLlib on Databricks
This course will teach you to understand and implement important techniques for predictive analytics such as regression and classification using Apache Spark MLlib APIs on Databricks.
- Course
Predictive Analytics Using Apache Spark MLlib on Databricks
This course will teach you to understand and implement important techniques for predictive analytics such as regression and classification using Apache Spark MLlib APIs on Databricks.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Data
What you'll learn
The Spark unified analytics engine is one of the most popular frameworks for big data analytics and processing. Spark offers extremely comprehensive and easy to use APIs for machine learning which you can use to build predictive models for regression and classification and pre-process data to feed into these models.
In this course, Predictive Analytics Using Apache Spark MLlib on Databricks, you will learn to implement machine learning models using Spark ML APIs. First, you will understand the different Spark libraries available for machine learning, the older RDD-based library, and the newer DataFrame based library. You will then explore the range of transformers available in Spark for pre-processing data for machine learning - such as scaling and standardization transformers for numeric data and label encoding and one-hot encoding transformers for categorical data.
Next, you will use linear regression and ensemble models such as random forest and gradient boosted trees to build regression models. You will use these models for prediction on batch data. In addition, you will also see how you can use Spark ML Pipelines to chain together transformers and estimators to build a complete machine learning workflow.
Finally, you will implement classification models using logistic regression as well as decision trees. You will train the ML model using batch data but perform predictions on streaming data. You will also use hyperparameter tuning and cross-validation to find the best model for your data.
When you’re finished with this course, you’ll have the skills and knowledge to create ML models with Spark MLlib needed to perform predictive analysis using machine learning.
Predictive Analytics Using Apache Spark MLlib on Databricks
-
Version Check | 15s
-
Prerequisites and Course Outline | 2m 11s
-
Machine Learning on Apache Spark | 5m 1s
-
Demo: Configuring the Workspace and Setting up a Notebook | 2m 39s
-
Demo: Exploring the Diabetes Dataset | 4m 4s
-
Demo: Standardization and Scaling | 4m 48s
-
Demo: Normalization | 2m 53s
-
Demo: Converting Continuous Values to Categorical Values | 2m
-
Demo: Tokenizing Text Data | 2m 32s
-
Demo: Label Encoding and One-hot Encoding | 4m 43s
-
Demo: Feature Selection | 5m 42s