Skip to content

Add AutoML Interactive Extension #6243

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

Merged
merged 12 commits into from
Jul 6, 2022
Merged

Conversation

JakeRadMSFT
Copy link
Contributor

@JakeRadMSFT JakeRadMSFT commented Jun 30, 2022

This PR is going to add a Visualizer for AutoML experiments to track AutoML progress while it's running in a Notebook.

It's not perfect but it's a start:

image


So we can do the best job, please check:

  • There's a descriptive title that will make sense to other developers some time from now.
  • There's associated issues. All PR's should have issue(s) associated - unless a trivial self-evident change such as fixing a typo. You can use the format Fixes #nnnn in your description to cause GitHub to automatically close the issue(s) when your PR is merged.
  • Your change description explains what the change does, why you chose your approach, and anything else that reviewers should know.
  • You have included any necessary tests in the same PR.

Initial check-in of AutoML Interactive Extension
@ghost ghost assigned JakeRadMSFT Jun 30, 2022
Remove waring disable code
clean up warnings
@JakeRadMSFT
Copy link
Contributor Author

JakeRadMSFT commented Jun 30, 2022

@codecov
Copy link

codecov bot commented Jun 30, 2022

Codecov Report

Merging #6243 (02ffadd) into main (ea2dc6e) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #6243   +/-   ##
=======================================
  Coverage   68.39%   68.39%           
=======================================
  Files        1141     1141           
  Lines      244790   244790           
  Branches    25405    25405           
=======================================
+ Hits       167419   167430   +11     
+ Misses      70715    70705   -10     
+ Partials     6656     6655    -1     
Flag Coverage Δ
Debug 68.39% <ø> (+<0.01%) ⬆️
production 62.85% <ø> (+<0.01%) ⬆️
test 88.99% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/Microsoft.ML.Data/Transforms/ColumnCopying.cs 96.26% <0.00%> (-0.94%) ⬇️
...StandardTrainers/Standard/LinearModelParameters.cs 65.82% <0.00%> (-0.26%) ⬇️
...soft.ML.Transforms/Text/WordEmbeddingsExtractor.cs 86.87% <0.00%> (+1.13%) ⬆️
...c/Microsoft.ML.FastTree/Utils/ThreadTaskManager.cs 100.00% <0.00%> (+20.51%) ⬆️

Add chart header and work around Plotly.NET issue.
Fix chart title.
@JakeRadMSFT JakeRadMSFT changed the title WIP - Add AutoML Interactive Extension Add AutoML Interactive Extension Jul 1, 2022
Improve styling and add header to Table.
Update comments and remove some items from NoWarn.
Remove trailing semicolon
Resolve PR feedback
Move _updatePending = false outside of if check.
Copy link
Contributor

@LittleLittleCloud LittleLittleCloud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Resolve PR Feedback
Pull out ActionThrottler into class and fix delay bug.
@JakeRadMSFT JakeRadMSFT merged commit 924ae7a into main Jul 6, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Aug 5, 2022
@michaelgsharp michaelgsharp deleted the u/jakerad/addAutoMLInteractive branch May 10, 2023 20:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants