Some primitives have default hyperparameters that cause the primitive behavior to be identical to other primitives. For example, the sklearn bagging primitive defaults to using the decision tree classifier, which means it is equivalent to a random forest. We should review the default hyperparameters and change them to avoid these functional equivalencies.
Some primitives have default hyperparameters that cause the primitive behavior to be identical to other primitives. For example, the sklearn bagging primitive defaults to using the decision tree classifier, which means it is equivalent to a random forest. We should review the default hyperparameters and change them to avoid these functional equivalencies.