DATABRICKS-CERTIFIED-PROFESSIONAL-DATA-SCIENTIST · Question #123
What are the advantages of the mutual information over the Pearson correlation for text classification problems?
The correct answer is C. The mutual information is easier to parallelize. A linear scaling of the input variables (that may be caused by a change of units for the measurements) is sufficient to modify the PCA results. Feature selection methods that are sufficient for simple distributions of the patterns belonging to different classes can fail in…
Question
What are the advantages of the mutual information over the Pearson correlation for text classification problems?
Options
- AThe mutual information has a meaningful test for statistical significance.
- BThe mutual information can signal non-linear relationships between the dependent and independent
- CThe mutual information is easier to parallelize.
- DThe mutual information doesn't assume that the variables are normally distributed.
How the community answered
(23 responses)- A9% (2)
- B13% (3)
- C74% (17)
- D4% (1)
Explanation
A linear scaling of the input variables (that may be caused by a change of units for the measurements) is sufficient to modify the PCA results. Feature selection methods that are sufficient for simple distributions of the patterns belonging to different classes can fail in classification tasks with complex decision boundaries. In addition, methods based on a linear dependence (like the correlation) cannot take care of arbitrary relations between the pattern coordinates and the different classes. On the contrary, the mutual information can measure arbitrary relations between variables and it does not depend on transformations acting on the different variables. This item concerns itself with feature selection for a text classification problem and references mutual information criteria. Mutual information is a bit more sophisticated than just selecting based on the simple correlation of two numbers because it can detect non-linear relationships that will not be identified by the correlation. Whenever possible: mutual information is a better feature selection technique than correlation. Mutual information is a quantification of the dependency between random variables. It is sometimes contrasted with linear correlation since mutual information captures nonlinear Correlation analysis provides a quantitative means of measuring the strength of a linear relationship between two vectors of data. Mutual information is essentially the measure of how much "knowledge" one can gain of a certain variable by knowing the value of another variable.
Topics
Community Discussion
No community discussion yet for this question.