lenskit/lkpy

View on GitHub
lenskit/data/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
# This file is part of LensKit.
# Copyright (C) 2018-2023 Boise State University
# Copyright (C) 2023-2024 Drexel University
# Licensed under the MIT license, see LICENSE.md for details.
# SPDX-License-Identifier: MIT

from .matrix import RatingMatrix, sparse_ratings  # noqa: F401