2019-07-15 Reduce scikit-learn verificationsΒΆ

The function config_context offers the user to disable some of the checkings done by scikit-learn at every call of methods fit or predict. It should used for every benchmark involving scikit-learn.

with sklearn.config_context(assume_finite=True):
    # ...