Closed smarbal closed 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
).
Please test.
Works fine. Thanks.
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.