Skip to main content

Statistical Learning Method package

Project description

mlaction

Build Status PyPI - Python Version PyPI PyPI - License PyPI - Wheel PyPI - Downloads Commitizen friendly Twitter

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 开发日志

AIDevLog

License

mlaction is released under the MIT license. See LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mlaction-0.0.6.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

mlaction-0.0.6-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page