question

CodeArtificial avatar image
0 Votes"
CodeArtificial asked bgervin commented

Implementing custom trendlines similiar to graphing.py

I am currently doing the exercise named "Exercise - Implement supervised learning" in the learning path "Build classical machine learning models with supervised learning" in Microsoft Learn and encountered the name graphing.py uploaded by the people of Microsoft Learn.

I was not able to use the graphing.py's function, that is, scatter_2D. Two errors appeared,
1. AttributeError: 'NoneType' object has no attribute 'index'
2. KeyError: None

Is there any other way i can draw a custom trendline (that is a function) onto another notebook that is not Microsoft Learn Sandbox? Thank you in advance.

microsoft-graph-education
image.png (251.2 KiB)
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

This topic is for Microsoft graph API questions.

0 Votes 0 ·

0 Answers