# mltools
## 介绍
mltools:一个专注于机器学习工具开发的开源项目。
## 安装命令
```bash
pip install wliafe-mltools
```
建议使用uv安装。
```bash
uv add wliafe-mltools [--extra <cuda版本>]
```
cuda版本:cpu、cu118、cu121、cu124、cu126、cu128
## 使用说明
1. mltools需要python3.8及以上版本。
2. 样例可以参考example文件夹。
Raw data
{
"_id": null,
"home_page": null,
"name": "wliafe-mltools",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "wliafe",
"author_email": "wliafe <914099435@qq.com>",
"download_url": "https://files.pythonhosted.org/packages/a1/7a/fbc485c0b3cdc0a06856cf1d336268c1ef0cc264cb9d5c35e45c5a967cfa/wliafe_mltools-1.0.11.tar.gz",
"platform": null,
"description": "# mltools\n\n## \u4ecb\u7ecd\n\nmltools\uff1a\u4e00\u4e2a\u4e13\u6ce8\u4e8e\u673a\u5668\u5b66\u4e60\u5de5\u5177\u5f00\u53d1\u7684\u5f00\u6e90\u9879\u76ee\u3002\n\n## \u5b89\u88c5\u547d\u4ee4\n\n```bash\npip install wliafe-mltools\n```\n\n\u5efa\u8bae\u4f7f\u7528uv\u5b89\u88c5\u3002\n\n```bash\nuv add wliafe-mltools [--extra <cuda\u7248\u672c>]\n```\n\ncuda\u7248\u672c\uff1acpu\u3001cu118\u3001cu121\u3001cu124\u3001cu126\u3001cu128\n\n## \u4f7f\u7528\u8bf4\u660e\n\n1. mltools\u9700\u8981python3.8\u53ca\u4ee5\u4e0a\u7248\u672c\u3002\n2. \u6837\u4f8b\u53ef\u4ee5\u53c2\u8003example\u6587\u4ef6\u5939\u3002\n",
"bugtrack_url": null,
"license": null,
"summary": "A machine learning tools library",
"version": "1.0.11",
"project_urls": {
"Documentation": "https://wliafe-mltools.readthedocs.io/",
"Homepage": "https://github.com/wliafe/mltools",
"Issues": "https://github.com/wliafe/mltools/issues",
"Repository": "https://github.com/wliafe/mltools.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "9475b023801fed236fe663692c27c8209b8a08d1d98377732f185351c54b6441",
"md5": "653aa03670b8dccdf730501837cf41b4",
"sha256": "9fb8688b72709295d4ca1f4f59adfdc676eae29d17e47f6a40fa9df526670404"
},
"downloads": -1,
"filename": "wliafe_mltools-1.0.11-py3-none-any.whl",
"has_sig": false,
"md5_digest": "653aa03670b8dccdf730501837cf41b4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 16343,
"upload_time": "2025-08-23T14:53:59",
"upload_time_iso_8601": "2025-08-23T14:53:59.968745Z",
"url": "https://files.pythonhosted.org/packages/94/75/b023801fed236fe663692c27c8209b8a08d1d98377732f185351c54b6441/wliafe_mltools-1.0.11-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a17afbc485c0b3cdc0a06856cf1d336268c1ef0cc264cb9d5c35e45c5a967cfa",
"md5": "f4a553b4316be599b5598def19f56e8f",
"sha256": "65ad43937c761e85ec1a0d9a55e3beafcfae04ce1b4c142ad6babf91817ae899"
},
"downloads": -1,
"filename": "wliafe_mltools-1.0.11.tar.gz",
"has_sig": false,
"md5_digest": "f4a553b4316be599b5598def19f56e8f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 13023,
"upload_time": "2025-08-23T14:54:01",
"upload_time_iso_8601": "2025-08-23T14:54:01.218142Z",
"url": "https://files.pythonhosted.org/packages/a1/7a/fbc485c0b3cdc0a06856cf1d336268c1ef0cc264cb9d5c35e45c5a967cfa/wliafe_mltools-1.0.11.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-23 14:54:01",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "wliafe",
"github_project": "mltools",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "httpx",
"specs": [
[
">=",
"0.28.1"
]
]
},
{
"name": "jupyter",
"specs": [
[
">=",
"1.0.0"
]
]
},
{
"name": "matplotlib",
"specs": [
[
">=",
"3.5.1"
]
]
},
{
"name": "pandas",
"specs": [
[
">=",
"1.2.4"
]
]
},
{
"name": "tqdm",
"specs": [
[
">=",
"4.67.1"
]
]
},
{
"name": "torch",
"specs": [
[
">=",
"2.1.0"
],
[
"<",
"2.5.0"
]
]
},
{
"name": "torchvision",
"specs": [
[
"<",
"0.20.0"
],
[
">=",
"0.16.0"
]
]
},
{
"name": "torchaudio",
"specs": [
[
">=",
"2.1.0"
],
[
"<",
"2.5.0"
]
]
},
{
"name": "torch",
"specs": [
[
">=",
"2.5.0"
]
]
},
{
"name": "torchvision",
"specs": [
[
">=",
"0.20.0"
]
]
},
{
"name": "torchaudio",
"specs": [
[
">=",
"2.5.0"
]
]
}
],
"lcname": "wliafe-mltools"
}