Skip to content

Fixing csv import#8

Open
KunalGehlot wants to merge 1 commit intoMicrosoftDocs:masterfrom
KunalGehlot:master
Open

Fixing csv import#8
KunalGehlot wants to merge 1 commit intoMicrosoftDocs:masterfrom
KunalGehlot:master

Conversation

@KunalGehlot
Copy link

@KunalGehlot KunalGehlot commented Jan 12, 2020

Missed delimiter=',' while pd.read_csv in the first step

Missed delimiter=',' whice pd.read_csv in the first step
@msftclas
Copy link

msftclas commented Jan 12, 2020

CLA assistant check
All CLA requirements met.

agonzalezro added a commit to agonzalezro/ms-learn-ml-crash-course-python that referenced this pull request Mar 29, 2020
The snippet in exercise MicrosoftDocs#8 is trying to access the key 'acc' that doesn't
exist in keras.models.Sequential().fit(...).history. It should be accessing
'accuracy' instead.
agonzalezro added a commit to agonzalezro/ms-learn-ml-crash-course-python that referenced this pull request Mar 29, 2020
The snippet in exercise MicrosoftDocs#8 is trying to access the key 'acc' that doesn't
exist in keras.models.Sequential().fit(...).history. It should be accessing
'accuracy' instead.
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