AttributeError: 'MultipartProblem' object has no attribute 'check' (data_viz_to_coder)
SamProell opened this issue · 2 comments
Hi,
not sure if this is the right spot to provide feedback. I can't find a suitable way over on kaggle.
Anyways, i startet working through the Data Visualization: From Non-Coder to Coder Micro-Course on kaggle and get the following Error in the first exercise:
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-24-15ba42341748> in <module>()
2 brazil_rank = 3.0
3 # Check your answer
----> 4 step_3.check()
AttributeError: 'MultipartProblem' object has no attribute 'check'
I think there is a mismatch between the version hosted on kaggle and the current version of this repository (Step 3 on github is plotting the data, on kaggle it's reviewing the data).
Btw, i really like the learntools
idea :)
I'm having the same issue.
I created new issue for that and then I noticed that it's already there :D I will copy the body and close my issue to avoid duplicates
Description:
In the Data Visualization: from Non-Coder to Coder
tutorial in the first exercise (Exercise: Hello, Seaborn
) in the third step (Review the data
) the step_3.check()
does not work
Also step_4.a.check()
and step_4.b.check()
does not work correctly. If it's changed to step_3.a.check()
and step_3.b.check()
it works good. step_3
still points to the fourth step - Plot the data
I think it could be the problem provided in this commit. As far as I can see it adds the "Review the data" step
What should be done:
Checking, hinting and solving provided problems works correctly in all tutorial exercise steps