Predict a house price and classify a request as urgent or normal.
Choose the task for each output.
Choose two mappings.
Regression predicts a continuous number, while classification assigns an input to a defined category.
Detailed explanation
The output is a numeric value.
The output is a numeric value.
The output is a class or probability.
The output is a class or probability.
Classification predicts categories.
Classification predicts categories.
Regression predicts a number.
Regression predicts a number.
Try it yourself
An example you can run in a temporary verification environment.
AWS公式AIF-C01 Domain 1.1の機械学習タスクとモデル出力を確認する。Expected result
予測対象が数値かカテゴリかで回帰・分類を選べる。Key points
- Regression
- Classification
- Output
Notes
- Environment: AWS公式AIF-C01試験ガイドとAWS公式ドキュメントの確認
- Command output formatting can vary slightly by distribution or tool version.
- Run the example in a temporary directory or process when possible.
Foundation review
Read the scope first
Check whether the command acts on the current shell, a new process, an existing process, or a file.
Verify the observable result
Use the supplied command and compare the output with the expected result.