wmbook
Machine Learning (Watermelon Book) 机器学习(西瓜书)
GitHub: https://github.com/iOSDevLog/wmbook PyPI: https://travis-ci.org/iOSDevLog/wmbook
代码规范
.vscode/settings.json
{
"python.pythonPath": "/Users/iosdevlog/.Envs/wmbook/bin/python",
"python.linting.flake8Enabled": true,
"python.formatting.provider": "yapf",
"python.linting.flake8Args": ["--max-line-length=248"],
"python.linting.pylintEnabled": false
}
- 字符串使用双引号: ""
安装
pip install wmbook
开发
本地开发
pip3 install -e .
测试
pytest
发布
python3 setup.py sdist bdist_wheel
twine upload dist/*
生成 CHANGELOG
npm install -g conventional-changelog-cli
./version.sh
联系方式
网站: http://2019.iosdevlog.com/
微信公众号: AI 开发日志
License
wmbook is released under the MIT license. See LICENSE for details.
Release files for wmbook 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wmbook-0.0.1.tar.gz | 4.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| wmbook-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 9.2 kB
Release files / wmbook-0.0.1.tar.gz
| Download URL | wmbook-0.0.1.tar.gz |
|---|---|
| Size | 4.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4a9a390cdb7eadf2963e3d08d5cfd5d89ef5fd361d916e14f38d765d79c29335
|
|
BLAKE2b-256 checksum How to use checksums |
21f384469bdb7cce8058719196b2601fa868283c5668292eb05c368ba9d27d53
|
| 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 / wmbook-0.0.1-py3-none-any.whl
| Download URL | wmbook-0.0.1-py3-none-any.whl |
|---|---|
| Size | 5.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6b5e3db423eafc86f78323a2797d04ab1a497fe07821fbe32d98e4f667ba89ce
|
|
BLAKE2b-256 checksum How to use checksums |
32cc8c0b191ba6567bd4a96196a1155d4391d7a1cf3890b2f7634b0f4a77cf9e
|
| 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
|