Skip to content

无监督学习

无监督学习示例项目,包含 K-Means、PCA 等内容。

安装

bash
uv sync

运行

bash
uv run python -c "from app import __version__; print(f'版本: {__version__}')"