Giter Club home page Giter Club logo

slmethod's Introduction

AIDevLog

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

slmethod

Statistical Learning Method 统计学习方法

GitHub: https://github.com/iOSDevLog/slmethod

方法

  • precentron
  • kmeans

截图

感知机 Perceptron

perceptron

perceptron

KMeans

kmeans

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

AIDevLog

License

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

slmethod's People

Contributors

jiaxianhua avatar

Stargazers

Waters avatar Sixiao Zheng avatar  avatar

Watchers

 avatar James Cloos avatar

slmethod's Issues

PyPI 源加速问题

问题描述

用pip无法进行安装

要重现的代码

预期结果

实际结果

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.