Browse Source

how to contribute.

tags/v5.1.0
poteman 1 year ago
parent
commit
7b39d3de8c
3 changed files with 3 additions and 3 deletions
  1. +2
    -2
      how_to_contribute.md
  2. +0
    -0
      img/wechatIMG.jpeg
  3. +1
    -1
      run.py

+ 2
- 2
how_to_contribute.md View File

@@ -27,7 +27,7 @@
- 测试代码

## 功能开发
### 功能性api
### 功能性api贡献
#### 功能性api贡献说明:
1. api的接口建议仿照sklearn的接口设计, 例如类需要实现一个fit和transform函数;
2. 给出该api的简要说明;
@@ -64,6 +64,6 @@

# 联系方式
- 微信号:
<img src="./img/wechat.jpeg" width = "200" height = "200" alt="wechat" align=center/>
<img src="./img/wechatIMG.jpeg" width = "200" height = "200" alt="wechat" align=center/>

- Email: caihengxing@4paradigm.com

img/wechat.jpeg → img/wechatIMG.jpeg View File


+ 1
- 1
run.py View File

@@ -92,4 +92,4 @@ sub.to_csv(f"{path_output}/autox_{data_name}_oneclick.csv", index = False)

total_time = str(datetime.timedelta(seconds=time() - start_time))
with open(f"{path_output}/{data_name}_time.txt", "w") as text_file:
text_file.write(total_time)
text_file.write(total_time)

Loading…
Cancel
Save