dotnet / dotnet/machinelearning
Identifying dropped features by AutoML after training
Open
area-AutoML
Priority:2
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
Apparently AutoML automatically will drops features during training if needed.
Is there a way to retrieve the actual list of features that was included in the final model, e.g. determine which features were dropped and didn't improve the accuracy of the model?
When I inspect the final model, the OutputSchema tends to always include all the features based on the initial training data.
Contributor guide
Assessment
This issue has not been assessed yet.