Add scikit-learn support (joblib) and xgboost support

This commit is contained in:
allegroai
2019-07-31 00:30:12 +03:00
parent 1bb06c0190
commit 19c5f05912
15 changed files with 403 additions and 40 deletions

View File

@@ -36,7 +36,7 @@ def or_(*converters, **kwargs):
"""
Wrapper that implements an "optional converter" pattern. Allows specifying a converter
for which a set of exceptions is ignored (and the original value is returned)
:param converter: A converter callable
:param converters: A converter callable
:param exceptions: A tuple of exception types to ignore
"""
# noinspection PyUnresolvedReferences