Python Data Science Tip: Don’t use Default Cross Validation Settings
Win-Vector Blog 2020-03-03
Summary:
Here is a quick, simple, and important tip for doing machine learning, data science, or statistics in Python: don’t use the default cross validation settings. The default can default to a deterministic, and even ordered split, which is not in general what one wants or expects from a statistical point of view. From a software … Continue reading Python Data Science Tip: Don’t use Default Cross Validation Settings