Question 16
Consider the following statements about SGDClassifier:
1. It can be used to train a model on large dataset that doesn’t fit in main memory
2. It can emulate a KNN model
3. It can emulate a decision tree model
4. It can emulate a perceptron
Choose the correction option(s)
1 and 4
1 and 2
2 and 3
3 and 4