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

Make Code2Vec accesable thru DS4Se #88

Open danaderp opened 3 years ago

danaderp commented 3 years ago

Create the interfaces for code2vec in the representation module.

danaderp commented 3 years ago

Code2Vec cannot be easily integrated into ds4se. However, we are using it as an external library under /notebook folder in the root. We are able to generate a dataframe with the embedding vectors for a given system.