文件名称:python-ml-structure:我的python机器学习项目的模板
文件大小:27KB
文件格式:ZIP
更新时间:2024-06-05 05:05:37
Makefile
python-ml-结构 python ml dev的模板 项目组织 ├── LICENSE ├── .pylintrc <- Python style guidance ├── Makefile <- Makefile with commands like `make data` or `make train` ├── README.md <- The top-level README for developers using this project. ├── env <- CI configuration ├── data │ ├── external <- Data from third party sources. │ ├── interim <- Inter
【文件预览】:
python-ml-structure-master
----setup.py(212B)
----.gitignore(1KB)
----Dockerfile(779B)
----reports()
--------figures()
----test_environment.py(631B)
----requirements.txt(318B)
----Makefile(4KB)
----data()
--------raw()
--------external()
--------processed()
--------interim()
----src()
--------data()
--------__init__.py(0B)
--------models()
--------visualization()
--------features()
----MANIFEST.in(116B)
----models()
--------.gitkeep(0B)
----LICENSE(1KB)
----env()
--------py2.yml(284B)
--------py3.yml(284B)
----notebooks()
--------.gitkeep(0B)
----README.md(3KB)
----.pylintrc(14KB)
----references()
--------.gitkeep(0B)
----docs()
--------Makefile(5KB)
--------index.rst(437B)
--------conf.py(8KB)
--------commands.rst(489B)
--------make.bat(5KB)
--------getting-started.rst(256B)
----Jenkinsfile(180B)
----tox.ini(317B)