-
Notifications
You must be signed in to change notification settings - Fork 389
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
Notebook Experience in VS #1132
Comments
Related: dotnet/roslyn#51480, #890 |
I have been looking at the distribution of labelled rows vs the distribution of the predictions on unlabelled rows, to see if they have a similar shape. If they do, then I conclude that the training data represents the actual population reasonably well. After this I also compare PFI after using the two methods (AutoML and cross validation). Totally different, so I must be doing something wrong. :) So, I fully support a simpler way of determining PFI/feature importance, as you mentioned in today's standup. Thanks folks, for the great work and for these new plans. |
It should have proper intellisense, syntax highlighting and proper visualisation. |
Hey All! Blog Post: https://devblogs.microsoft.com/dotnet/ml-net-and-model-builder-october-updates/ |
@saint4eva |
Super! I will try it immediately. Thank you. |
Would love to have compilation/run/test notebook modules in Visual Studio. I just installed the plugin in VS 17.1 and tried to open a .dib and it hung the UI, so I'm not sure what's supported vs not. |
Is your feature request related to a problem? Please describe.
Not related to a "problem" necessarily. When working in VS ... I also want to be able to work with notebooks.
I'm from the ML.NET Model Builder Team and we've had lots of customer feature requests that have been traditionally done by data scientists using notebooks to visualize and iterate on.
Feature Areas:
We've already seen many customers leveraging notebooks:
We want to offer a seamless experience for starting from ML.NET Model Builder to jumpstarting them into the Notebook world with a generated notebook the same way we generate Console App and Web Api's for users today.
Describe the solution you'd like
Dream:
MVP:
The text was updated successfully, but these errors were encountered: