MicrosoftLearning / mslearn-ai-fundamentals

Azure AI Fundamentals exercises
https://microsoftlearning.github.io/mslearn-ai-fundamentals/
MIT License
95 stars 70 forks source link

Graphing not working in ML exercises #27

Closed mpopejoy-dxc closed 12 hours ago

mpopejoy-dxc commented 1 week ago

Module: Create and understand classification models in machine learning

Lab/Demo: Build a simple logistic regression model

Task: Data Exploration

Step: 2

Graphing isn't working in several excercises. First encountered as listed above and in Repro steps. So far, the other exercises in the ML fundamental tracks that use graphing have the same issue.

Repro steps:

  1. https://learn.microsoft.com/en-us/training/modules/understand-classification-machine-learning/3-exercise-build-regression-model
  2. run first cell (import pandas, etc.)
  3. run 2nd cell (import graphing). There's the following error on graphing: 'Import "graphing" could not be resolvedPylance(reportMissingImports)'
  4. Results in following; TypeError: MathJax.Hub is undefined TypeError: this.Plotly.newPlot is not a function TypeError: this.Plotly.newPlot is not a function TypeError: this.Plotly.newPlot is not a function
mpopejoy-dxc commented 1 week ago

Also have errors on the next two exercises when using graphing. Cell 5 and Cell 6 on the next exercise and 9 and 10 of the one following that results include: TypeError: this.Plotly.newPlot is not a function

sherzyang commented 12 hours ago

@mpopejoy-dxc, the issue you are facing is for a lab that is not part of this repo. Unfortunately, I won't be able to address it on my end. For issues related to the module on Learn, please submit your issue at Ask a question on Microsoft Q&A.