Characterizing Defective Configuration Code Scripts Used For Continuous Deployment
收藏Figshare2017-12-22 更新2026-04-29 收录
下载链接:
https://figshare.com/articles/dataset/Characterizing_Defective_Configuration_Code_Scripts_Used_For_Continuous_Deployment/5729535
下载链接
链接失效反馈官方服务:
资源简介:
- Download SCRIPT.LABELS.DUMP. This is a pickle file, where a dictionary is stored. The keys of the dictionary is the ID of the files, and the value of the key is a tuple where the first entry is the content of the script, the second entry is the defect label for the script, and the third entry is dataset name (0 for Mozilla, 1 for Openstack, and 2 for Wikimedia). - import the pickle file using> import cPickle as pickle > all_script_dict = pickle.load( open('SCRIPT.LABELS.DUMP', 'rb'))- iterate over the dictionary
创建时间:
2017-12-22



