1 Star 0 Fork 0

liuqiang123456789/autokeras

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 794 Bytes
一键复制 编辑 原始数据 按行查看 历史
Haifeng 提交于 2019-08-31 06:10 . Docs (#760)
from distutils.core import setup
from setuptools import find_packages
setup(
name='autokeras',
version='1.0.0a0',
description='AutoML for deep learning',
author='Data Analytics at Texas A&M (DATA) Lab, Keras Team',
author_email='jhfjhfj1@gmail.com',
url='http://autokeras.com',
download_url='https://github.com/keras-team/autokeras/archive/1.0.0a0.tar.gz',
keywords=['AutoML', 'keras'],
install_requires=[
'tensorflow>=2.0.0b1',
'keras-tuner',
'scikit-learn',
'numpy',
'lightgbm',
],
extras_require={
'tests': ['pytest>=4.4.0',
'flake8',
'pytest-xdist',
'pytest-cov',
],
},
packages=find_packages(exclude=('tests',)),
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuqiang123456789/autokeras.git
git@gitee.com:liuqiang123456789/autokeras.git
liuqiang123456789
autokeras
autokeras
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385