mlaction
Machine Learning in Action 机器学习实战 Python3
GitHub: https://github.com/iOSDevLog/mlaction
方法
截图
PyPI 境像加速
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple mlaction
代码规范
参考:https://docs.python.org/3/tutorial
.vscode/settings.json
{
"python.pythonPath": "/Users/iosdevlog/.Envs/mlaction/bin/python",
"python.linting.flake8Enabled": true,
"python.formatting.provider": "yapf",
"python.linting.flake8Args": ["--max-line-length=248"],
"python.linting.pylintEnabled": false
}
- 字符串使用双引号: ""
安装
pip install mlaction
开发
本地开发
pip3 install -e .
测试
pytest mlaction
发布
python3 setup.py sdist bdist_wheel
twine upload dist/*
生成CHANGELOG
npm install -g conventional-changelog-cli
./version.sh
联系方式
网站: http://2019.iosdevlog.com/
微信公众号: AI 开发日志
License
mlaction is released under the MIT license. See LICENSE for details.
Release files for mlaction 0.0.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mlaction-0.0.7.tar.gz | 4.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mlaction-0.0.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.4 kB
Release files / mlaction-0.0.7.tar.gz
| Download URL | mlaction-0.0.7.tar.gz |
|---|---|
| Size | 4.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
75dcc4e10970a5666c79e1f4fb2abf4b380f6ceef56c39ee2e76b8f592f3382c
|
|
BLAKE2b-256 checksum How to use checksums |
d678b6368cd57ffbadc5bf2b4ebb6c8852447a10c7ff08ce7025495cc39caaf8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.1
|
Release files / mlaction-0.0.7-py3-none-any.whl
| Download URL | mlaction-0.0.7-py3-none-any.whl |
|---|---|
| Size | 5.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b31423a08d2dd7496ef371fb61f1bb2009a5717992fa95bff87029d7b4e34283
|
|
BLAKE2b-256 checksum How to use checksums |
2e1d47956f105630db48031f3391a9a218f92b08ff29adf57cef081f16aae853
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.1
|