1 Star 0 Fork 0

Hiroyuki/autokeras

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.cfg 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
Haifeng Jin 提交于 2020-06-21 04:58 . revised task api tests
[metadata]
name = autokeras
summary = Auto-Keras 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
skip_glob = docs/*
[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
# 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
max-line-length = 85
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hxm666/autokeras.git
[email protected]:hxm666/autokeras.git
hxm666
autokeras
autokeras
master

搜索帮助