Metadata-Version: 2.1
Name: kagglebuddy
Version: 0.0.14
Summary: machine learning toolkit
Home-page: https://github.com/NickYi1990/kaggleBuddy
Author: 鲲(China)
Author-email: 972775099@qq.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# kaggleBuddy

This is a machine learning libriary that i ofen used during competition and work, more features willed be added in the near future.  
How to install: pip install kaggleBuddy

## 命名规则
文件夹名：小子字母 + 下划线
函数名：下划线命名法, 参数等号左右不留空白

1. cd folder  
2. python3 setup.py sdist bdist_wheel  
3. python3 -m twine upload dist/*  
4. pip install kaggleBuddy --upgrade

```
"""Brief description.

Detailed description.

Parameters
----------
default_parameter : type, optional (default = 5)
    Detailed description.
required_parameter : type_1 or type_2
    Detailed description.
    - 'value_1' : Detailed description.
    - 'value_2' : Detailed description.

Returns
-------
parameter : type
    Detailed description.

Examples
--------
Your code here.
"""
```


