Question: 1
Refer to the graphic.
Which conclusion can be made regarding the strength of the model shown?
Question: 2
What is another name for the type of insight that examines how one variable explains variation of the outcome variable?
Question: 3
A consultant wants to understand what the important predictors are in the story.
What are two places where this information can be found?
Choose 2 answers
Question: 4
Default rows in values table
Question: 5
The client is trying to create a SAQL step to predict sales in each sales region. They cannot get the query to return any results, but have identified that the error is in the time series statement. They have asked an Einstein Consultant to review the following query and fix any errors.
Which timeseries statement will fix the query'
A q = timeseries q generate 'sum_Sales' as Forecasted_Sales' with (dateCols=('Date_Year, Date_Quarter', 'Y-Q'), partition=Region', ignoreLast=true);
B q = timeseries q generate 'sum_Sales' as Forecasted_Sales' with (Iength = 12, dateCols=('Date_Year', 'Date_Month'. 'Y-M'), partition='Region');
C q = timeseries q generate 'sum_Sales' as Torecasted_Sales' with (dateCols=('Date_Year', Date_Quarter', 'Y-Q'), partition='Region', seasonality=4);
D q = timeseries q generate 'sum_Sales' as Torecasted_Sales' with (dateCols=('Date_Year', Date_Quarter', 'Y-Q'), partition='Region');
Answer : B
Show Answer
Hide Answer