C_PAII10_35 SAP Certified Application Associate - SAP Predictive Analytics

Loading demo links...

Showing 4–6 of 10 questions

Question 4

A model may be represented in many different ways,

including:

Note: There are 3 correct answers to this question.

Select all that apply, then click Submit answer.

  • a decision tree,

  • a neural network,

  • a Certification Authority certificate (CA certificate)

  • a mathematical function.


Question 5

You are using the Automated Analytics text coder and you are also constructing the dictionary. You want to remove the stop words. What other processes are applied before the stop words are removed?

Note: There are 2 correct answers to this question.

Select all that apply, then click Submit answer.

  • Text splitting

  • Stemming reduction

  • Language recognition

  • Synonym replacement


Question 6

In the Random Forest algorithm, each regressor and

classifier is built on a bootstrapped sample. At each split, a random sample of m features is considered for splitting from a total of M features. What is the default setting for m?

Note: There are 1 correct answers to this question.

Select an option, then click Submit answer.

  • m = sqrt(M) for regression and M/3 for classification

  • m = M/3 for regression and M/3 for classification

  • m = sqrt(M) for regression and sqrt (M) for classification

  • m = M/3 for regression and sqrt (m) for classification