Workbench
268 results found
-
Update Seahorse version
Update Seahorse. The current version do not support Firefox browser on (L)Ubuntu 16.04 LTS.
I am getting a browser not supported message while trying to load Seahorse. Going through documentation of Seahorse, Firefox 49+ is supported. My browser version is 56.
So, please update current version of Seahorse.
Thanks for your efforts in putting together such a wonderful environment.
1 vote -
Correct question 1
Question one asks for "engine-size" for independent variable but solutions use "highway-mpg" as independent variable.
1 vote -
Elaborate on the Lab statement "parameters are the intercept [...] of hyperplane".
How is this known? I think the example of Theta T and X differ from the lab.
1 vote -
Question for the instructor.
In the lab the statment:
"It looks like feature sets for multiple linear regression analysis, right?"
How is this conclusion made?
thanks
1 vote -
Question for the instructor
PloynomialFeature() function in Scikit-learn library, generates a new feature matrix consisting of all polynomial combinations of the features with degree less than or equal to the specified degree.
Can you elaborate a little more on how the function works?
N.B. I believe the spelling for the function is misspelled.
Thank you.
1 vote -
Question for the instructor
My "ML0101EN-Reg-Polynomial-Regression-Co2-py-v1" exercise equation is:
yy = clf3.intercept[0]+ clf3.coef[0][1]XX+ clf3.coef_[0][2]np.power(XX, 2)+ clf3.coef_[0][3]*np.power(XX, 3)The instructor's is:
yy = clf3.intercept[0]+ clf3.coef[0][1]XX + clf3.coef_[0][2]np.power(XX, 2) + clf3.coef_[0][2]*np.power(XX, 3)Note especially "clf3.coef_[0][2]*np.power(XX, 3)" is this correct?
1 vote -
Free GPU
Floydhub.com is giving GPU free for 100 hours and free 10 GB storage. I am training models easily here. But there are no tools like jupyter lab, bash terminal and jupyter notebook in floydhub. In floydhub, I can download the data direclty into workspace.
1 vote -
[BD211EN] Typo in filepath
In the excercise BD211EN, the path used in the document is: "/resources/jupyter/labs/BD0211EN/"
However the actual path is:
/resources/jupyterlabs/labs/BD0211EN/1 vote -
Julia notebook
Add support for Julia language. Something like JuliaBox (online tool for Julia notebooks).
1 vote -
Not always so clear on when I have a correct answer
Your user interface doesn't always make it clear that I am correct. Also adding print(xxxxx) to the answer when you're asking for output shouldn't be counted as wrong.
1 vote -
I suggest you require prerequisites before allowing anybody to enroll in this program
Taking the data science classes by anybody unfamiliar with any of the basic programs used during this course makes no sense. It's monumentally frustrating trying to figure out the basics like this:
Exercise 3: (Jupyter notebook)
2. From the menu, click on "Insert", then "Insert Cell Above" or "Insert Cell Below".; While it's clear how to insure one or the cells, it's difficult to figure out how to enter the second now.
3. Note you can use the keyboard shortcuts: [a] - Insert a Cell Above; [b] - Insert a Cell Below. Really? What am I suppose to click on??????1 vote -
please enable persistent mode on GPU
nvidia-smi -pm ENABLED -i 0;
1 vote -
notebooks not connecting to back-end
R, Jupyter, and Zeppelin notebooks are not connecting to their back end services.
1 vote -
1 vote
-
Remove error in function r2_score
r2_score first argument is the true value and the second one is the predicted value, so the code should be corrected.
Thanks1 vote -
Data Science Degrees Online
Developing a degree course like professional certification course in coursera under fifty thousand rupees.
1 vote -
Simulation of the human brain memory for the betterment of the humankind
"While studying a book related to Psychology i come to know that human remain the information in his brain. Psychologist think what so ever human see or an incident is happen with human he saved this information in his brain. Even they say if some incident is happen with a child at the age of 6 month even then he remembers this incident throughout his life but this is not come in front from his conciseness. Very strong prove of this is that when some one loose his memory even then this information is available but he is not able…
1 vote -
AI in Health
Smart and Intelligent Health Informatics to aid doctors ,patients and health centers.
1 vote -
IBM Cognitive Class | Python Introductory Course | Ranges & Lists
To create lists with ranges, now we have to follow the new syntax list(range(x)). The syntax of the lab exercises comes from an older version.
1 vote -
Without seahorse in my homepage,who can tell me why?
I want to use seahorse,but I find out in surprise that I don't have the function. Who can tell me why?
1 vote
- Don't see your idea?