Metadata-Version: 2.1
Name: slmethod
Version: 0.0.dev4
Summary: Statistical Learning Method package
Home-page: https://github.com/iOSDevLog/AIDevLog
Author: Xianhua Jia
Author-email: iosdevlog@iosdevlog.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Description-Content-Type: text/markdown
Requires-Dist: tqdm (>=4.32)
Requires-Dist: numpy (>=1.16)
Requires-Dist: scipy (>=1.3)
Requires-Dist: matplotlib (>=3.1)
Requires-Dist: seaborn (>=0.9)
Requires-Dist: autograd (>=1.2)
Requires-Dist: joblib (>=0.13)
Requires-Dist: scikit-learn (>=0.21)

# slmethod

Statistical Learning Method 统计学习方法

## 安装

```sh
pip install slmethod
```

## 开发

### 本地开发

```sh
pip3 install -e .
```

### 发布

```sh
python3 setup.py sdist bdist_wheel
twine upload dist/*
```

## License

slmethod is released under the MIT license. See [LICENSE](LICENSE) for details.



