slmethod
Statistical Learning Method 统计学习方法
GitHub: https://github.com/iOSDevLog/slmethod
方法
- precentron
- kmeans
截图
感知机 Perceptron
KMeans
PyPI 境像加速
pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple slmethod
代码规范
参考:https://docs.python.org/3/tutorial
.vscode/settings.json
{
"python.pythonPath": "/Users/iosdevlog/.Envs/slmethod/bin/python",
"python.linting.flake8Enabled": true,
"python.formatting.provider": "yapf",
"python.linting.flake8Args": ["--max-line-length=248"],
"python.linting.pylintEnabled": false
}
- 字符串使用双引号: ""
安装
pip3 install slmethod
开发
本地开发
pip3 install -e .
测试
pytest slmethod -v
发布
python3 setup.py sdist bdist_wheel
twine upload dist/*
生成 CHANGELOG
npm install -g conventional-changelog-cli
./version.sh
联系方式
网站: http://2019.iosdevlog.com/
微信公众号: AI 开发日志
License
slmethod is released under the MIT license. See LICENSE for details.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
slmethod-0.2.6.tar.gz
(10.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
slmethod-0.2.6-py3-none-any.whl
(12.0 kB
view details)
File details
Details for the file slmethod-0.2.6.tar.gz.
File metadata
- Download URL: slmethod-0.2.6.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using 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.2 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b73323ec84edb716ef94f77de3172aafebc65d8fed75cc3159bbd0071f499b22
|
|
| MD5 |
52703bf701fffd3491167885d034cc90
|
|
| BLAKE2b-256 |
4283da57cb09c365609cc20d4988fd1b1b40340bd8b65b4584675d039dea1ea1
|
File details
Details for the file slmethod-0.2.6-py3-none-any.whl.
File metadata
- Download URL: slmethod-0.2.6-py3-none-any.whl
- Upload date:
- Size: 12.0 kB
- Tags: Python 3
- Uploaded using 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.2 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3284bf6676994a7dcc06cbbf834488e09ca6966abbb3806e7c1065469ad51563
|
|
| MD5 |
cbb9559ec186dca6eac0f1d3457cb2c1
|
|
| BLAKE2b-256 |
926454c472ed29a981cdc614daa45ac7768b18fbb623283889adbd47bcb00843
|