CBM/tests/test_common.py

9 строки
215 B
Python

# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
from sklearn.utils.estimator_checks import check_estimator
from cbm import CBM
def test_all_estimators():
return check_estimator(CBM())