Skip to content

Commit 963c384

Browse files
author
Zebin Yang
committed
liftnet -> simtree
1 parent 915d0c9 commit 963c384

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
setup(name='liftnet',
44
version='0.1',
5-
description='Locally interpretable and fast training network',
6-
url='https://github.com/ZebinYang/LIFT-Net',
5+
description='Single-index model tree',
6+
url='https://github.com/ZebinYang/SIMTree',
77
author='Zebin Yang',
88
author_email='[email protected]',
99
license='GPL',
10-
packages=['liftnet'],
10+
packages=['simtree'],
1111
install_requires=[
1212
'matplotlib', 'numpy', 'sklearn'],
1313
zip_safe=False)

0 commit comments

Comments
 (0)