BlackFriday 2024! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam AI-900 Topic 10 Question 27 Discussion

Actual exam question for Microsoft's AI-900 exam
Question #: 27
Topic #: 10
[All AI-900 Questions]

You have a dataset that contains information about taxi journeys that occurred during a given period.

You need to train a model to predict the fare of a taxi journey.

What should you use as a feature?

Show Suggested Answer Hide Answer
Suggested Answer: B

The label is the column you want to predict. The identified Features are the inputs you give the model to predict the Label.

Example:

The provided data set contains the following columns:

rate_code: The rate type of the taxi trip is a feature.

passenger_count: The number of passengers on the trip is a feature.

trip_time_in_secs: The amount of time the trip took. You want to predict the fare of the trip before the trip is completed. At that moment, you don't know how long the trip would take. Thus, the trip time is not a feature and you'll exclude this column from the model.

trip_distance: The distance of the trip is a feature.

payment_type: The payment method (cash or credit card) is a feature.

fare_amount: The total taxi fare paid is the label.


https://docs.microsoft.com/en-us/dotnet/machine-learning/tutorials/predict-prices

Contribute your Thoughts:

Currently there are no comments in this discussion, be the first to comment!


Save Cancel