-
Notifications
You must be signed in to change notification settings - Fork 0
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
Dependencies of ML projects #1
Comments
Motivation: can we improve maintainability and robustness relating to dependencies |
Data:
|
Motivating example: Lots of machine learning projects and paper implementation are written in python2. However, python2 is no longer supported. It is difficult to change to python 3, difficult to install dependency for python2. If there is a security vulnerability in the code, it's difficult to maintain or fix the existing systems that use depreciated dependencies. |
Tool to extract module dependencies |
List of projects can be found in this list of over 4000 repositories from this Microsoft paper |
Methodology:
|
|
Dependencies |
We could try to identify how dependencies affect the maintainability of an ML project.
Possible approaches:
The text was updated successfully, but these errors were encountered: