Workbench
-
HALT writing of hs_err_pid ... log files
HALT the writing of so many hserrpid### files; Once 3 have been written (indicating Java has run out of space), force the user off the account until the problem is fixed instead of writing hundred of hs_err...log files. Especially since there isn't a BULK delete option. Thanks!
1 vote -
1 vote
-
under my data
I would like to suggest to have a preview to the files located in the my data
1 vote -
Hosting Dashboards
I would like to be able to host a dashboard from within the DSWB. Shiny has already been opted which is great but also limited. Would it be possible to add creating dashboards with Django and add content with md using the notebooks with bootstrap?
1 vote -
Beaker notebook
Please see the possibility of adding Beaker notebook. It will be amazing to use different languages in the same notebook without loosing focus on the analysis at hand.
1 vote -
Workbench resources display
I don't find a clear access to the resources I'm using (no. cluster nodes, workers, amount of free storage, etc.)
... and it would be great if I could have the possibility for requesting more resources (for example making more clear how could it be scaled up to Bluemix)
1 vote -
Better UX
The header#global-navigation could be hidden when scrolled down.
The notebook column could be also larger and its header could also be hidden.The UX is really terrible in the current situation. Less than 40% of the screen is used to really display the notebook content. Please, think about changing!
1 vote -
Small typo
There is a small typo in this notebook: "#### Let's fixes these problems." instead of "#### Let's fix these problems."
1 vote -
availability of other video format asides HD
there should be an option for selecting our prefferred video quality of the videos in the module.
The only option that exists right now is HD, and for some course participants like me, watching in HD format may incur heavy data fees.1 vote -
Correction in Lab-String operations
In the lab of string operations the explanation of upper method in string operations "this method converts lower case characters to upper case characters" should be present instead of "this method converts upper case characters to lower case characters"
1 vote -
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
- Don't see your idea?