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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduce logging of kept and not kept features

smarbal opened this issue · comments

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.

commented

@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).

commented

Please test.

Works fine. Thanks.