dotnet / dotnet/machinelearning-modelbuilder
Why generate the consumption code etc as static?
- Dominant language
- Dockerfile
- Stars
- 285
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
Model builder example code is generated with static declarations, which makes it impossible to use in your own classes if you train different models and want to use the same code, due to the nature of the static parts. For instance, 2 of the same models, but trained on different data, using the same code and running in the same parent class, but using the same code will not work in the same class as you'll get conflicts with the static parts. It would be nice if there was an alternative version for rapid development, that could be reused in your own, non-static classes.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.