1 Star 0 Fork 0

chenglibo/scikit-learn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.cfg 778 Bytes
一键复制 编辑 原始数据 按行查看 历史
[aliases]
test = pytest
[tool:pytest]
# disable-pytest-warnings should be removed once we rewrite tests
# using yield with parametrize
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
addopts =
--ignore build_tools
--ignore benchmarks
--ignore doc
--ignore examples
--ignore maint_tools
--doctest-modules
--disable-pytest-warnings
-rxXs
filterwarnings =
ignore:the matrix subclass:PendingDeprecationWarning
[wheelhouse_uploader]
artifact_indexes=
# Wheels built by Azure Pipelines (only for specific tags):
# https://github.com/MacPython/scikit-learn-wheels
https://pypi.anaconda.org/scikit-learn-wheels-staging/simple/scikit-learn/
[flake8]
# Default flake8 3.5 ignored flags
ignore=E121,E123,E126,E226,E24,E704,W503,W504
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chenglibo/scikit-learn.git
git@gitee.com:chenglibo/scikit-learn.git
chenglibo
scikit-learn
scikit-learn
master

搜索帮助