SageMaker Flashcards

(26 cards)

1
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Amazon SageMaker Canvas?

A

Amazon SageMaker Canvas offers a no-code user interface for model creation, specifically in machine learning.

This allows users to build machine learning models without needing programming skills.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the purpose of Amazon SageMaker Autopilot?

A

Amazon SageMaker Autopilot is designed to fully automate the machine learning processing cycle.

This includes data preparation, model training, and tuning.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What features does Amazon SageMaker JumpStart provide?

A

Amazon SageMaker JumpStart helps users get started quickly with:
* pretrained models
* solution templates
* example notebooks

These resources facilitate a faster onboarding process for users new to machine learning.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does Amazon SageMaker Data Wrangler simplify?

A

The data preparation phase for machine learning projects

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How long does data preparation traditionally take?

A

Weeks

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How long does data preparation take with SageMaker Data Wrangler?

A

Just minutes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What scale of data can SageMaker Data Wrangler support?

A

Petabyte-scale data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Does SageMaker Data Wrangler require manual coding for data preparation?

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Amazon SageMaker Feature Store?

A

A fully managed, purpose-built service with persisted feature storage for ML models from creation through production.

Data features are the components upon which both the training of and the decisions made by ML models are based.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the purpose of AWS Amazon SageMaker Model Monitor?

A

To monitor key performance indicators of deployed models, data quality, and model drift to check the health of models in executing their assigned tasks.

It is one of the principal elements used in the AWS community for managing ML models during production.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does Amazon SageMaker Clarify help with?

A

Detecting and mitigating bias in machine learning models.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is AWS Ground Truth used for?

A

Labeling data accurately, improving the dataset’s overall quality.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is Amazon SageMaker JumpStart?

A

A starter toolkit for machine learning projects with support for foundational models, algorithms, and end-to-end solutions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What can be used to evaluate models once deployed in Amazon SageMaker?

A

SageMaker Clarify Foundation Model Evaluations (FMEval).

17
Q

True or False: Bedrock focuses on a wider range of ML use cases compared to JumpStart.

18
Q

Fill in the blank: Bedrock focuses on _______.

A

generative AI.

19
Q

What is Amazon SageMaker Clarify?

A

A tool that helps make AI models fairer and more understandable

Amazon SageMaker Clarify is designed to enhance the interpretability and fairness of machine learning models.

20
Q

What do Shapley values provide insights into?

A

The contribution of each feature to the model’s predictions

21
Q

How can Shapley values be applied in evaluating loan applications?

A

They can show how different features contributed to the model’s decision

22
Q

List some features that Shapley values can evaluate in loan applications.

A
  • Income level
  • Credit score
  • Debt-to-income ratio
  • Gender
  • Race
23
Q

What could significant influence of gender or race in Shapley values indicate?

A

Potential bias in the model

24
Q

What do partial dependence plots (PDPs) show?

A

How predictions change when a specific feature changes while keeping all other features constant

25
What do partial dependence plots help reveal?
The sensitivity to specific features
26
What do Amazon SageMaker Model Cards provide?
A structured, centralized way to record important details about machine learning models throughout their life cycle for governance and reporting. ## Footnote Model Cards help improve transparency and accountability in ML development.