DP-500 · Question #148
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might…
The correct answer is B. No. Converting a time column to the Text data type is unlikely to resolve processing issues for a time series machine learning model, as these models typically require numerical or specific datetime formats.
Question
Exhibit
Options
- AYes
- BNo
How the community answered
(26 responses)- A31% (8)
- B69% (18)
Why each option
Converting a time column to the Text data type is unlikely to resolve processing issues for a time series machine learning model, as these models typically require numerical or specific datetime formats.
Converting a time column to a Text data type would render it unsuitable for a time series machine learning model, which needs to interpret the temporal nature of the data.
Time series machine learning models specifically rely on numerical or datetime data types to identify temporal patterns and sequences. Converting a time column to Text would prevent the model from interpreting it as a time-based feature, leading to processing failure.
Concept tested: Data type requirements for time series ML models
Source: https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-timeseries-forecasting
Topics
Community Discussion
No community discussion yet for this question.
