WM-SEMERU / ds4se

Data Science for Software Engineering (ds4se) is an academic initiative to perform exploratory and causal inference analysis on software engineering artifacts and metadata. Data Management, Analysis, and Benchmarking for DL and Traceability.
https://wm-csci-435-f19.github.io/ds4se/
Apache License 2.0
7 stars 3 forks source link

Implement Mutual Information Metric for Traceability Datasets #61

Closed danaderp closed 3 years ago

danaderp commented 4 years ago

We use DIT as our core library for entropy metrics. https://dit.readthedocs.io/en/latest/ https://github.com/dit/dit

Please focus on Copy Mutual Information: https://dit.readthedocs.io/en/latest/measures/divergences/copy_mutual_information.html

danaderp commented 3 years ago

Dit has been integrated into the wor2vec library. No generalization or special module is done.