Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Model Builder] Canceling training should not discard current results #697

Closed
Doggie52 opened this issue May 16, 2019 · 5 comments
Closed
Assignees
Labels
Priority:1 Work that is critical for the release, but we could probably ship without

Comments

@Doggie52
Copy link

System information

  • OS version/distro: Windows 10.0.18362 x64
  • .NET Version (eg., dotnet --info): 2.1.507
  • ML.NET Model Builder version: 16.0.1905.641
  • Visual Studio 2017 version: 15.9.12

Issue

  • What did you do? Ran Model Builder and started Training. After noticing that accuracy was not improving, I decided to cancel the training.
  • What happened? Progress was canceled and I was unable to proceed to the Evaluate stage.
  • What did you expect? I wanted to continue to the Evaluate stage to take the so far best performing model forward.

Possibly related to dotnet/machinelearning#844 although that issue I believe is for training one particular model, whereas this is for training multiple models.

Source code / logs

image

As you can see, no link to Evaluate was present beneath the results.

@rustd
Copy link
Contributor

rustd commented May 16, 2019

Thank you for reporting this. AutoML needs to support stopping a training session and give you best models it has so far.

@srsaggam
Copy link
Member

We have this Item in the backlog. @CESARDELATORRE We should maybe consider this for next version

@gvashishtha gvashishtha transferred this issue from dotnet/machinelearning Apr 21, 2020
@JakeRadMSFT JakeRadMSFT added this to the May 2020 milestone May 4, 2020
@JakeRadMSFT JakeRadMSFT modified the milestones: May 2020, June 2020 May 12, 2020
@JakeRadMSFT
Copy link
Contributor

Related #233

@JakeRadMSFT JakeRadMSFT removed this from the October 2020 milestone Sep 11, 2020
@JakeRadMSFT JakeRadMSFT added the Priority:1 Work that is critical for the release, but we could probably ship without label Mar 8, 2021
@JakeRadMSFT JakeRadMSFT added this to the March 2021 milestone Mar 8, 2021
@LittleLittleCloud
Copy link
Contributor

#233

@vzhuqin
Copy link

vzhuqin commented Apr 23, 2021

This issue can't be repro on:

  • Windows 10 Enterprise, Version 20H2
  • ML.Net Model Builder (Preview): 16.5.21.2122301
  • Microsoft Visual Studio Enterprise 2019: 16.9.4
  • .Net: 5.0.202

Main branch:
https://privategallery.blob.core.windows.net/gallery/refs/heads/main/atom.xml

Steps:

  1. Create new C# console app with .Net 5.0;
  2. Add model builder by right click on the project;
  3. Click "Stop training" after noticed the training results;
    image.png
  4. The message changed to "Cancelling">"x seconds remaining...">"Finalizing model...">"Training complete"
    image.png
    image.png
    image.png

@beccamc beccamc closed this as completed Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority:1 Work that is critical for the release, but we could probably ship without
Projects
None yet
Development

No branches or pull requests

7 participants