Statistical Learning Method package
Project description
slmethod
Statistical Learning Method 统计学习方法
PyPI 源加速
pip 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
}
- 字符串使用双引号: ""
安装
pip install slmethod
开发
本地开发
pip3 install -e .
测试
pytest slmethod
发布
python3 setup.py sdist bdist_wheel
twine upload dist/*
License
slmethod is released under the MIT license. See LICENSE for details.
Project details
Release history Release notifications | RSS feed
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.1.7.tar.gz
(7.6 kB
view details)
File details
Details for the file slmethod-0.1.7.tar.gz.
File metadata
- Download URL: slmethod-0.1.7.tar.gz
- Upload date:
- Size: 7.6 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.1 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a560de2fcbae2494a2175720fb8eca81633d3a50232f223e9a502a1e73cd670
|
|
| MD5 |
afa1eb62ffb7800043ae1b5713106d5a
|
|
| BLAKE2b-256 |
e2a41467ed045f17eb0c2a4e56cdeef2f2cbb7c459c24afcc112975a14268cbb
|