MAD in MADlib stands for Multiple Access Design, which is a library for scalable in-database analytics, including machine learning and statistical methods.
Question 2
What is the purpose of applying the naïve Bayes conditional independence assumption?
Options:
A.
To simplify the probability calculations
B.
To calculate the probability of rare events
C.
To minimize rounding errors in probability calculations
D.
To accurately calculate each probability
Answer:
A
Explanation:
The naïve Bayes conditional independence assumption is applied to simplify the probability calculations by assuming that the features are independent given the class label. This reduces the complexity of the model and makes computation feasible even with many features.
Question 3
After which phase of the data analytics lifecycle should you determine if the model needs any recalibration?
Options:
A.
Model planning
B.
Data preparation
C.
Discovery
D.
Operationalize
Answer:
D
Explanation:
Recalibration of the model should be assessed during the Operationalize phase, as this is when the model is deployed and monitored in real-world conditions, making it easier to identify if it requires adjustments based on its performance.