1 Star 0 Fork 0

deeplearningrepos/autokeras

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
Haifeng 提交于 2021-02-24 16:44 +08:00 . lint to all files (#1517)
[metadata]
name = autokeras
summary = AutoKeras provides functions to automatically search for architecture and hyperparameters of deep learning models.
license = MIT
description-file = README.md
classifier =
Development Status :: 3 - Alpha
Programming Language :: Python
Programming Language :: Python :: 3.6
Operating System :: Unix
Operating System :: Microsoft :: Windows
Operating System :: MacOS
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
Topic :: Software Development
[isort]
known_first_party = autokeras,tests
default_section = THIRDPARTY
[tool:pytest]
filterwarnings =
error
ignore::DeprecationWarning
ignore::ImportWarning
ignore::RuntimeWarning
ignore::PendingDeprecationWarning
ignore::FutureWarning
ignore::numpy.VisibleDeprecationWarning
addopts=-v
--durations=10
--typeguard-packages=autokeras
--cov=autokeras
--cov-report html
--log-cli-level=CRITICAL
# Do not run tests in the build folder
norecursedirs= build
[coverage:report]
exclude_lines =
pragma: no cover
@abstract
raise NotImplementedError
[flake8]
# imported but unused in __init__.py, that's ok.
per-file-ignores = **/__init__.py:F401
ignore = E203, W503
max-line-length = 85
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/deeplearningrepos/autokeras.git
git@gitee.com:deeplearningrepos/autokeras.git
deeplearningrepos
autokeras
autokeras
master

搜索帮助