Question : In which of the following scenario we can use naive Bayes theorem for classification 1. Classify whether a given person is a male or a female based on the measured features. The features include height, weight, and foot size. 2. To classify whether an email is spam or not spam 3. Access Mostly Uused Products by 50000+ Subscribers 4. All 1,2 and 3 5. None of the above
Explanation: naive Bayes classifiers have worked quite well in many real-world situations, famously document classification and spam filtering. They requires a small amount of training data to estimate the necessary parameters
Explanation: Regression algorithms are usually employed when the data points are inherently numerical variables (such as the dimensions of an object, the weight of a person, or the temperature in the atmosphere) but, unlike Bayesian algorithms, they're not very good for categorical data (such as employee status or credit score description).
Question : Logistic regression does not work well in case of binary classification
Explanation: : In logistic regression, the model (the logistic function) takes values between 0 and 1, which can be interpreted as the probability of class membership and works well in the case of binary classification.
1. Run all the models again against a larger sample, leveraging more historical data. 2. Report that the results are insignificant, and reevaluate the original business question. 3. Access Mostly Uused Products by 50000+ Subscribers 4. Modify samples used by the models and iterate until a significant result occurs.
1. They can be used to calculate moving averages over various intervals. 2. They group rows into a single output row. 3. Access Mostly Uused Products by 50000+ Subscribers 4. They don't require ordering of data within a window.