Skip to content

Hotfix/neural networks introduction python update.patch#10

Open
Ritvik-Sapra wants to merge 2 commits intoMicrosoftDocs:masterfrom
Ritvik-Sapra:hotfix/NeuralNetworksIntroduction-Python-update
Open

Hotfix/neural networks introduction python update.patch#10
Ritvik-Sapra wants to merge 2 commits intoMicrosoftDocs:masterfrom
Ritvik-Sapra:hotfix/NeuralNetworksIntroduction-Python-update

Conversation

@Ritvik-Sapra
Copy link

The original file had an error. In the "step 5", it was asked to addMetric with 'accuracy'. However in the steps 5 and 6, the variable 'acc' was used. This was creating an unnecessary error which was diffuclt to remove for a beginner.

The problem with the variable name 'acc'.
The original file had mistake on steps 5 and 6. the variable name was defined as 'acc', however the correct variable name is 'accuracy' as that is what was asked for the users to write in the instructions given in step 5 as "<addMetric> with 'accuracy' ". This is something which is difficult to remove for a beginer.
@msftclas
Copy link

msftclas commented Jan 30, 2020

CLA assistant check
All CLA requirements met.

@Ritvik-Sapra Ritvik-Sapra changed the title Hotfix/neural networks introduction python update Hotfix/neural networks introduction python update.patch Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants