Databricks Certified Professional Data Scientist - Databricks-Certified-Professional-Data-Scientist 模擬練習
What are the advantages of the mutual information over the Pearson correlation for text classification problems?
正解: A
解説: (PassTest メンバーにのみ表示されます)
You are building a classifier off of a very high-dimensiona data set similar to shown in the image with 5000 variables (lots of columns, not that many rows). It can handle both dense and sparse input. Which technique is most suitable, and why?


正解: A
解説: (PassTest メンバーにのみ表示されます)
A fruit may be considered to be an apple if it is red, round, and about 3" in diameter. A naive Bayes classifier considers each of these features to contribute independently to the probability that this fruit is an apple, regardless of the
正解: B
解説: (PassTest メンバーにのみ表示されます)
Suppose you have been given two Random Variables X and Y, whose joint distribution is already known, the marginal distribution of X is simply the probability distribution of X averaging over information about Y.
It is the probability distribution of X when the value of Y is not known. So how do you calculate the marginal distribution of X
It is the probability distribution of X when the value of Y is not known. So how do you calculate the marginal distribution of X
正解: A,B,C,D
解説: (PassTest メンバーにのみ表示されます)
Select the statement which applies correctly to the Naive Bayes
正解: A,B,C
What describes a true limitation of Logistic Regression method?
正解: C
You are studying the behavior of a population, and you are provided with multidimensional data at the individual level. You have identified four specific individuals who are valuable to your study, and would like to find all users who are most similar to each individual. Which algorithm is the most appropriate for this study?
正解: C
解説: (PassTest メンバーにのみ表示されます)
What is one modeling or descriptive statistical function in MADlib that is typically not provided in a standard relational database?
正解: D
解説: (PassTest メンバーにのみ表示されます)
Select the correct statement which applies to Principal component analysis (PCA)
正解: B
解説: (PassTest メンバーにのみ表示されます)
Refer to exhibit

You are asked to write a report on how specific variables impact your client's sales using a data set provided to you by the client. The data includes 15 variables that the client views as directly related to sales, and you are restricted to these variables only. After a preliminary analysis of the data, the following findings were made: 1.
Multicollinearity is not an issue among the variables 2. Only three variables-A, B, and C-have significant correlation with sales You build a linear regression model on the dependent variable of sales with the independent variables of A, B, and C.
The results of the regression are seen in the exhibit. You cannot request additional data. what is a way that you could try to increase the R2 of the model without artificially inflating it?

You are asked to write a report on how specific variables impact your client's sales using a data set provided to you by the client. The data includes 15 variables that the client views as directly related to sales, and you are restricted to these variables only. After a preliminary analysis of the data, the following findings were made: 1.
Multicollinearity is not an issue among the variables 2. Only three variables-A, B, and C-have significant correlation with sales You build a linear regression model on the dependent variable of sales with the independent variables of A, B, and C.
The results of the regression are seen in the exhibit. You cannot request additional data. what is a way that you could try to increase the R2 of the model without artificially inflating it?
正解: B
解説: (PassTest メンバーにのみ表示されます)