dotnet / dotnet/machinelearning-modelbuilder
Selecting Models
- Dominant language
- Dockerfile
- Stars
- 285
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
**System Information (please complete the following information):**
- Model Builder
- Visual Studio Version (if applicable):
**Describe the bug**
- On which page of the tutorial did you run into an issue (URL): This is not a bug
- Clear description of the problem: Model builder automatically selects the best model for the loaded dataset. It also shows other models that it explored for that particular dataset. In some cases, the models have similar accuracies. 1. Is it possible to consume these other models instead of the one suggested automatically, and how do you do this?
2. Also, how do you inspect the parameters of the trained model? I can only see the training parameters (e.g., learning rate) of the selected model, but not the model parameters that are used to make predictions on testing data.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
1. The ability to consume other models that are explored, and not just the model that was automatically suggested by Model builder. 2. The ability to inspect the parameters of the trained model-- this is useful for scientific reporting.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.