-
Notifications
You must be signed in to change notification settings - Fork 369
ML Notebook improvements #39
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
Comments
@LittleLittleCloud do you know why the grey box / exception might be happening? |
I believe it's related to throughput issue with Daytona/WebView2. Oddly enough ... I think it mostly happens on very powerful machines. @andrasfuchs is your machine fairly powerful? I thought I decreased the occurrence of this issue but I'll need to dig in more. |
Also thanks so much for trying it out @andrasfuchs!! We'll work to resolve that feedback in the Notebooks. |
@JakeRadMSFT Relatively yes, 6-core Ryzen 5 3600 CPU, 32 GB RAM, NVIDIA RTX 3070 Ti GPU. I don't know if it's related, but I noticed before a few times that during some Model Builder training sessions in Visual Studio the AutoML trainer started to eat up all the memory that I have left, and Windows started to hang more and more, so I needed to terminate the training process. I couldn't figure out how to reliably reproduce it though. |
@andrasfuchs can you try out the latest version of the notebooks? Perf should be improved and the grey boxes should be gone :) |
@JakeRadMSFT I'd love to, but I'm abroad for a few weeks and I have limited internet access. I'll get back to you when I'm home again. |
@JakeRadMSFT Today I run the code snippets in the notebook again, and it got significantly better. The UI is more responsive, it feels quicker too. I noticed four small, low-priority things:
I also experienced a Windows-hanging situation again that I suspect to be a memory-leak within the notebook, but I want to investigate it a little further. I think that is a more serious problem, so it's worth a separate issue. I'll create a new issue for that if I'm able to reproduce it a few more times. |
Thanks @andrasfuchs for trying out the notebooks and providing feedback:
This feedback is specific to the Training and AutoML notebook, but it's also good feedback in general to follow across notebooks.
The capitalization of "ML.NET" is not consistent in the document
The "This notebook is under active development" is barely visible with Visual Studio's dark theme

The tutorial is easy to follow, I just missed the links to the different classes and methods (like .Fit, IDataView, Regression.Trainers, TrainTestSplit, etc.), because although they are familiar it would be nice to have a way to jump to that particular class or method to investigate it further. F1 doesn't seem to work as it normally does when I browse my own code.
It would have been a little better if the sample datasets had more than one feature columns, just to see how Transforms.Concatenate should look like in that case
In the "Use AutoML..." section when I run the code, it only showed a grey rectangle while it was running, and when it finished it remained a grey and made all the other previous outputs shown as grey rectangles.
When I closed the file, reopened it and clicked "Run All", I got the following exception:
The text was updated successfully, but these errors were encountered: