dotnet / dotnet/machinelearning
Samples needed to show how to examine model weights
Open
area-Trainers
documentation
Priority:2
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
Currently it is very difficult to inspect model parameters. It requires a lot of casting and non-trivial DOM navigation to get to actual weights of the model.
It would be good to have samples that inspect:
1. Weights of a linear model
2. Splits and nodes of a tree model
Contributor guide
Assessment
This issue has not been assessed yet.