packing-box / docker-packing-box

Docker image gathering packers and tools for making datasets of packed executables and training machine learning models for packing detection
GNU General Public License v3.0
49 stars 10 forks source link

Introduce logging of kept and not kept features #57

Closed smarbal closed 1 year ago

smarbal commented 1 year ago

Improvement

When training a model, some features have no importance and are not kept. It would be nice to see which are in this case and which aren't, maybe in the model show tool.

dhondta commented 1 year ago

@smarbal enhancement done. For now, you can see the dropped features in the debug info while training a model with model train AND you can also find the list of dropped features in model's metadata ([...]/[model_name]/metadata.json).

dhondta commented 1 year ago

Please test.

smarbal commented 1 year ago

Works fine. Thanks.