Select Git revision
test_base.py
-
Gael Varoquaux authored
Estimators with non conformant __init__ don't clone right. This prevents cross_val from working, and leads to highly non-trivial bugs. Detect it in clone and raise an error in this case.
Gael Varoquaux authoredEstimators with non conformant __init__ don't clone right. This prevents cross_val from working, and leads to highly non-trivial bugs. Detect it in clone and raise an error in this case.