General
534 results found
-
Fix exam wrong answer in DA0101EN
Question 20 asks what you should do if a model gives R^2 = 1 on train set and R^2 = 0 on validation data. There are 3 options, I tried to answer with 2 submissions and the obviously wrong answer (model works fine on test data so it has no issues) is the only remaining option.
Please fix this as some people could feasibly need this one question to pass the course.
5 votesHello Julian Im not sure whats wrong with the question
-
mark courses that have awarded certificates as passed or completed.
When in the "My Courses" area, it is very hard to tell which courses are completed and which are not unless you go into each one and check the area that has certificates and badges.
The easy way to fix this is once a certificate or badge has been issued, mark the are that says "Started - Any Time, Self-Paced" with "Completed" or "Passed" or "Failed".
The ability to remove completed courses or put them in a separate tab would also be nice.
5 votes -
I think there's a mistake in Python for Data Science course
I think there's a mistake in Python for Data Science course in Sets /part of the second Module/ it states "...we use the ampersand to find the UNION of two sets." which IMHO is incorrect as ampersand is the sign for logical operation AND, which, applied to sets is equivalent of INTERSECTION /as it's correctly stated in the previous sentence/.
2 votes -
My Courses Tab
I think it will be a great idea to have a separate "My Courses" tab on the menu, or profile pull down menu. Because, it's confusing and unease for us to find our link to enrolled classes. It also great idea to separate the menu in the My Courses tab menu with In Progress and Completed
1 vote -
1 vote
-
Teach before testing
Data Science Methodology > Module 4 review question #2
You didn't list the answer anywhere I could find in the material provided. Yes, I googled the answer (and hastily marked the wrong one), but is that the point?1 vote -
Re-attempt on courses
Hello,
I see currently there is no way to re-attempt faild courses. it would be great if you add re-attempt like after 1 week or month. Maybe with different questions if possible.
Thank you.
Best Regards
Mubashar13 votes -
to add a small feature in the graded review questions
There must be a check in the system so that empty answers are not submitted by the users by mistake that will cost their grades and lower their marks and reduce their chances to pass the course with flying colors.
1 vote -
To the review questions in module 3
I found that the questions included in the module 3 are not in accordance with it.
Found that these questions are not covered by what's discussed in the module.
No sure if this is designed purposely.
They resemble more to the topics covered in the module 41 vote -
Download Slides
I see that video and transcript download is available, but I think it would also be useful to provide slides as it is easier to reference material from slides while working on labs.
11 votes -
`from sklearn.cross_validation import train_test_split` deprecated
from sklearn.cross_validation import train_test_split
is deprecated,it should be:
from sklearn.model_selection import train_test_split
2 votes -
1 vote
-
i didnt not recieved my deep learning badge till now
i didnt not recieved my deep learning badge till now even i completed all three courses in deep learning and got certificates but didnt got badge provide me my badge
4 votes -
There should be an option to retake the exam .
There should be an option to retake the exam . Questions can be changed if we take the exam the second time .
7 votes -
Adding next or previous buttons for videos ..will be easy and quick navigation
I suggest to think about to add "Next" and "Previous" buttons in videos , As it will be helpful in easy and quick navigation through the course.
Thanks
2 votes -
Service Graph has been deprecated and replaced by Kiali
View guestbook telemetry data -> Service Graph
Establish port forwarding from local port 8088 to the Service Graph instance:
kubectl -n istio-system port-forward $(kubectl -n istio-system get pod -l app=servicegraph -o jsonpath='{.items[0].metadata.name}') 8088:8088
error: error executing jsonpath "{.items[0].metadata.name}": array index out of bounds: index 0, length 0
Error from server (NotFound): pods "Error executing template: array index out of bounds: index 0, length 0. Printing more information for debugging the template:" not foundAs you can see above, istio-1.1.0-rc.5 does not even have Service Graph included. Please update course material.
2 votes -
PY0101EN Module 5 Last Review Question Correction
Matrix multiplication in numpy is performed with A.dot(B)
np.dot(A, B) returns the dot product
1 vote -
Thanks a ton for the tutorial DA0101EN
I had no way of showing my gratitude for the wonderful course on your site that's why I am posting it here. I took your course DA0101EN and am immensely grateful to you.
Thanks and Regards
Ashish Shukla1 vote -
Drop videos - Go with Comprehensive slides
Instead of showing videos show comprehensive slides in with as many examples as possible to make the course walkthrough much quicker and easier.
1 vote -
Hire some one with UX skills to review your CHECK/FINAL CHECK UI
It's really not clear what CHECK & FINAL CHECK do or the impact is of pressing them or why some Qs get to be SAVED and others don't. Get some usability testing.
Don't get me wrong, I can take a reasonable guess at their affordance but it's far from clear and unambiguous, so would benefit from a user experience professional (NOT the guy who wrote the code) running some user tests
2 votes
- Don't see your idea?