2 Star 0 Fork 0

zhourq95/chemprop

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 512 Bytes
一键复制 编辑 原始数据 按行查看 历史
from setuptools import find_packages, setup
setup(
name='chemprop',
version='0.0.1',
author='Kyle Swanson, Kevin Yang, Wengong Jin',
author_email='swansonk@mit.edu, yangk@mit.edu, wengong@csail.mit.edu',
description='Molecular Property Prediction with Message Passing Neural Networks',
url='https://github.com/swansonk14/chemprop',
license='MIT',
packages=find_packages(),
keywords=['chemistry', 'machine learning', 'property prediction', 'message passing neural network']
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhourq95/chemprop.git
git@gitee.com:zhourq95/chemprop.git
zhourq95
chemprop
chemprop
master

搜索帮助