dotnet / dotnet/machinelearning-modelbuilder

Selecting Models

Open
#1,999 4 comments 0 reactions 0 assignees View on GitHub
Code Example? Feature request Multiple Requests Reported by: Customer Stale
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.