You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a couple of things that I've noticed that should be updated:
As reported in this forum comment, we don't clarify in the instructions that at a first stage we expect students to use the whole dataset when comparing models (we later use nested cross-validation, also on the whole dataset);
We provide the students with a list of preprocessors to evaluate:
Even if it works for this small dataset, using "passthrough" is better than using None (I don't know if this behavior is documented somewhere in the scikit-learn doc).
The text was updated successfully, but these errors were encountered:
There are a couple of things that I've noticed that should be updated:
Even if it works for this small dataset, using
"passthrough"
is better than usingNone
(I don't know if this behavior is documented somewhere in the scikit-learn doc).The text was updated successfully, but these errors were encountered: