12 строки
303 B
Python
12 строки
303 B
Python
# Copyright (c) Microsoft. All rights reserved.
|
|
|
|
# Licensed under the MIT license. See LICENSE.md file in the project root
|
|
# for full license information.
|
|
# ==============================================================================
|
|
|
|
"""
|
|
Utilities for model evaluation.
|
|
"""
|
|
|
|
|
|
from .evaluator import * |