
Certified Machine Learning Associate Certification Video Training Course
The complete solution to prepare for for your exam with Certified Machine Learning Associate certification video training course. The Certified Machine Learning Associate certification video training course contains a complete set of videos that will provide you with thorough knowledge to understand the key concepts. Top notch prep including Databricks Certified Machine Learning Associate exam dumps, study guide & practice test questions and answers.
Certified Machine Learning Associate Certification Video Training Course Exam Curriculum
Getting started with Databricks Machine Learning
-
1. Introduction to Databricks Machine Learning
-
2. Lab: Databricks Workspace with Community Edition
-
3. Lab: Databricks Workspace with Azure Cloud
-
4. Databricks User Interface Overview
-
5. Azure Databricks Architecture Overview
-
6. Resources Created by Azure Databricks Workspace
Databricks Runtime for Machine
-
1. Introduction to Databricks Runtime for Machine Learning
-
2. Lab: Creating Databricks ML Cluster
-
3. Explore Cluster Features from UI
AutoML (Classification, Regression, Forecasting)
-
1. Introduction to AutoML
-
2. AutoML Regression Databricks UI Part - 1
-
3. AutoML Regression Databricks UI Part - 2
-
4. AutoML Regression Databricks UI Part - 3
-
5. AutoML Regression Databricks Python API Part - 1
-
6. AutoML Regression Databricks Python API Part - 2
-
7. AutoML Classification Part - 1
-
8. AutoML Classification Part - 2
-
9. AutoML Forecasting Databricks UI Part - 1
-
10. AutoML Forecasting Databricks UI Part - 2
-
11. AutoML Forecasting Databricks Python API Part - 1
-
12. AutoML Forecasting Databricks Python API Part - 2
Feature store
-
1. Databricks Feature store Part - 1
-
2. Databricks Feature store Part - 2
Managed MLflow
-
1. Introduction to Mlflow
-
2. Lab : Mlflow Logging API Part - 1
-
3. Lab : Mlflow Logging API Part - 2
-
4. Lab : Mlflow Logging API Part - 3
-
5. Lab: ML End-to-End Example Part - 1
-
6. Lab: ML End-to-End Example Part - 2
-
7. Lab: ML End-to-End Example Part - 3
-
8. Lab: ML End-to-End Example Part - 4
-
9. Lab: ML End-to-End Example Part - 5
-
10. MLFlow Model Registry Part - 1
-
11. MLFlow Model Registry Part - 2
-
12. MLFlow Model Registry Part - 3
Exploratory Data Analysis & Feature Engineering
-
1. Introduction to Exploratory Data Analysis
-
2. Exploratory Data Analysis: Explore the Data Part 1
-
3. Exploratory Data Analysis: Explore the Data Part 2
-
4. Exploratory Data Analysis: Explore the Data Part 3
-
5. Exploratory Data Analysis: Data Visualization
-
6. Exploratory Data Analysis: Pandas Profiling
-
7. Feature engineering: Missing Value Imputation
-
8. Feature engineering: Outlier Removal
-
9. Feature engineering: Feature Creation
-
10. Feature engineering: Feature Scaling
-
11. Feature engineering: One-Hot-Encoding
-
12. Feature engineering: Feature Selection
-
13. Feature engineering: Feature Transformation
-
14. Feature engineering: Dimensionality Reduction
Hyperparameter Tuning with Hyperopt
-
1. Hyperparameter Basics
-
2. Introduction to Hyperparameter tuning with Hyperopt
-
3. Hyperparameter Parallelization: Loading the Dataset
-
4. Hyperparameter Parallelization: Single-Machine Hyperopt Workflow
-
5. Hyperparameter Parallelization: Distributed tuning using Apache Spark and MLflow
-
6. Model Selection with Hyperopt & MLflow Part 1
-
7. Model Selection with Hyperopt & MLflow Part 2
-
8. Model Selection with Hyperopt & MLflow Part 3
-
9. Tuning Distributed Training Algorithms (Hyperopt & Apache Spark MLlib) Part 1
-
10. Tuning Distributed Training Algorithms (Hyperopt & Apache Spark MLlib) Part 2
-
11. Tuning Distributed Training Algorithms (Hyperopt & Apache Spark MLlib) Part 3
-
12. Tuning Distributed Training Algorithms (Hyperopt & Apache Spark MLlib) Part 4
-
13. Tuning Distributed Training Algorithms (Hyperopt & Apache Spark MLlib) Part 5
-
14. Automated MLflow Tracking & Cross-Validation Part 1
-
15. Automated MLflow Tracking & Cross-Validation Part 2
-
16. Automated MLflow Tracking & Cross-Validation Part 3
-
17. Automated MLflow Tracking & Cross-Validation Part 4
Spark ML Modeling APIs - Binary Classification
-
1. Binary Classification - Loading Dataset
-
2. Binary Classification - Data Preprocessing & Feature Engineering Part 1
-
3. Binary Classification - Data Preprocessing & Feature Engineering Part 2
-
4. Binary Classification - Logistic Regression Part 1
-
5. Binary Classification - Logistic Regression Part 2
-
6. Binary Classification - Random Forest
-
7. Binary Classification - Making Predictions
Spark ML Modeling APIs - Regression with GBT & MLib Pipelines
-
1. Regression with GBT & MLlib Pipelines - Data Preprocessing Part 1
-
2. Regression with GBT & MLlib Pipelines - Data Preprocessing Part 2
-
3. Regression with GBT & MLlib Pipelines - Train ML Pipeline Part 1
-
4. Regression with GBT & MLlib Pipelines - Train ML Pipeline Part 2
-
5. Regression with GBT & MLlib Pipelines - Predicting and Evaluating ML Model
Spark ML Modeling APIs - Decision Trees SFO Airport Survey
-
1. Decision Trees SFO Airport Survey - Business Problem
-
2. Decision Trees SFO Airport Survey - Loading Dataset
-
3. Decision Trees SFO Airport Survey - Understanding Dataset
-
4. Decision Trees SFO Airport Survey - Creating Model Part 1
-
5. Decision Trees SFO Airport Survey - Creating Model Part 2
-
6. Decision Trees SFO Airport Survey - Evaluating the Model
-
7. Decision Trees SFO Airport Survey - Feature Importance
Pandas on Databricks & Accessing Data ADLS
-
1. Introduction to Pandas on Databricks
-
2. Store & Load Data with Pandas
-
3. Working with Files on Databricks
-
4. Accessing Data via Access Key
-
5. Accessing Data via SAS Token
-
6. Mounting ADLS to DBFS Part 1
-
7. Mounting ADLS to DBFS Part 2
-
8. Mount Storage Container Using f-strings
-
9. Multi-hop Architecture (Medallion Architecture) Part 1
-
10. Multi-hop Architecture (Medallion Architecture) Part 2
Pandas API on Spark
-
1. Object Creation - Series
-
2. Object Creation - Dataframe
-
3. Object Creation - View Data
-
4. Object Creation - Data Selection
-
5. Applying Python Function with Pandas-on-Spark Object
-
6. Grouping Data
-
7. Plotting Data
-
8. Type Conversion and Native Support for Pandas Objects
-
9. Distributed Execution for Pandas Functions
-
10. Using SQL in Pandas API on Spark
-
11. Conversion from and to Pyspark Dataframe
-
12. Checking Spark Execution Plans
-
13. Caching Dataframes
Pandas Function APIs
-
1. Introduction to Pandas Function APIs
-
2. Pandas Function API - Grouped Map
-
3. Pandas Function API - Map
-
4. Pandas Function API - Cogrouped Map
Pandas User Defined Functions
-
1. Introduction: Pandas User Defined Functions
-
2. Series to Series UDF
-
3. Iterator of Series to Iterator of Series UDF
-
4. Iterator of Multiple Series to Iterator of Series UDF
-
5. Series to Scalar UDF
Thank You
-
1. Congratulations & way forward
About Certified Machine Learning Associate Certification Video Training Course
Certified Machine Learning Associate certification video training course by prepaway along with practice test questions and answers, study guide and exam dumps provides the ultimate training package to help you pass.
Prepaway's Certified Machine Learning Associate video training course for passing certification exams is the only solution which you need.
Pass Databricks Certified Machine Learning Associate Exam in First Attempt Guaranteed!
Get 100% Latest Exam Questions, Accurate & Verified Answers As Seen in the Actual Exam!
30 Days Free Updates, Instant Download!

Certified Machine Learning Associate Premium Bundle
- Premium File 92 Questions & Answers. Last update: Mar 28, 2025
- Training Course 118 Video Lectures
Free Certified Machine Learning Associate Exam Questions & Databricks Certified Machine Learning Associate Dumps | ||
---|---|---|
Databricks.realtests.certified machine learning associate.v2025-02-13.by.benjamin.7q.ete |
Views: 0
Downloads: 82
|
Size: 17.46 KB
|
Student Feedback
Can View Online Video Courses
Please fill out your email address below in order to view Online Courses.
Registration is Free and Easy, You Simply need to provide an email address.
- Trusted By 1.2M IT Certification Candidates Every Month
- Hundreds Hours of Videos
- Instant download After Registration
A confirmation link will be sent to this email address to verify your login.
Please Log In to view Online Course
Registration is free and easy - just provide your E-mail address.
Click Here to Register