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

separate risk index computation into configuration #32

Open
sbenthall opened this issue Jan 14, 2016 · 2 comments
Open

separate risk index computation into configuration #32

sbenthall opened this issue Jan 14, 2016 · 2 comments

Comments

@sbenthall
Copy link
Contributor

Currently the risk index is computed with point values for code features hard coded into the script:

https://github.com/linuxfoundation/cii-census/blob/master/oss_package_analysis.py#L313

In the interest of having the risk index be something that can be trained based on scientific evaluation of open source communities, it would be better if these values were configurable rather than being hard-coded.

@david-a-wheeler
Copy link
Contributor

Fair enough. Any particular preferences on how, or what format to use?

@david-a-wheeler
Copy link
Contributor

Issue #40 may be a way to implement this - thoughts?

We expressly didn't using training algorithms because there's no "truth" value to train against. If there is such a dataset, I'd love to know about it.

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

No branches or pull requests

2 participants