Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Make installable module #10

Closed
wants to merge 14 commits into from
Closed

Conversation

stathischaritos
Copy link

Starting a pr to make this installable as per
#9

@stathischaritos stathischaritos changed the title Make installable module WIP: Make installable module Oct 1, 2020
Copy link

@tgalery tgalery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to change the imports in the notebooks as well.

setup.py Outdated
'treelib',
'pymining'
]
)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note that treelib should be locked to version <=1.5.5. I wonder whether deps in environment.yml should be part of this as well, e.g. pandas needs to be locked otherwise things break.

setup.py Outdated
@@ -23,18 +23,18 @@
'treelib<=1.5.5',
'pymining',
'sklearn',
'git+https://github.com/maciejkula/spotlight.git',
'spotlight @ git+git://github.com/maciejkula/spotlight.git@v0.1.6#egg=spotlight',
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you don't need to install spotlight here, do you ?It's only developed by a recommender we do in house, and if we port that to this repo, we would do as part of a separate pr.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants