代码目录如下:
MalwareDetection
├─ app.py
├─ Feature.csv
├─ ReadMe.md
├─ stacking_model.pkl
├─ train.py
├─ TestSet
│ ├─ testSet1.csv
│ ├─ testSet10.csv
│ ├─ testSet11.csv
│ ├─ testSet12.csv
│ ├─ testSet2.csv
│ ├─ testSet3.csv
│ ├─ testSet4.csv
│ ├─ testSet5.csv
│ ├─ testSet6.csv
│ ├─ testSet7.csv
│ ├─ testSet8.csv
│ └─ testSet9.csv
└─ data
└─ drebin-215-dataset-5560malware-9476-benign.csvpip install pandas numpy scikit-learn Pillow streamlitstreamlit run app.py