Skip to content

Workbench

  • Hot ideas
  • Top ideas
  • New ideas
  • My feedback

313 results found

  1. please enable persistent mode on GPU

    nvidia-smi -pm ENABLED -i 0;

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Julia notebook

    Add support for Julia language. Something like JuliaBox (online tool for Julia notebooks).

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Speed it up?

    It's taking a long time to load everything...

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. I cant log into ambari (infinity loading)

    Hello, why my ambari page is loading infinetly (...Loading...).
    have I to set some settings before using it?

    https://ambari.datascientistworkbench.com/

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. "Find Data" menu not appearing

    On the right column, I'm looking for "Find Data" menu in order to access IBM Analytics Exchange and Open Data, but they don´t appear.
    I have been trying in several way but I can´t get them appear.
    What should I do?

    55 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    5 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. [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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    2 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. I sould be able to access the cognitive class files from seahorse

    I just doing the Data Science Hands-On lab and it is not possible to the give data sample with is provided in the videos.
    Because the download over http does not work or the server does not allow the download.

    I was wondering why can I not just upload a own file to cognitive and us this file directly inside seahorse?

    I did something wrong or is the an enhancement?

    2 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Correct question 1

    Question one asks for "engine-size" for independent variable but solutions use "highway-mpg" as independent variable.

    1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Unable to access IBM Analytic Exchange It shows 404 Not Found: Requested route ('cdsx.au-syd.bluemix.net') does not exist.

    Unable to access IBM Analytic Exchange
    how to fix

    It shows 404 Not Found: Requested route ('cdsx.au-syd.bluemix.net') does not exist.

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Unable to access IBM Analytic Exchange

    It shows 404 Not Found: Requested route ('cdsx.au-syd.bluemix.net') does not exist.

    45 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    15 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. 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
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    1 comment  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Poor Support

    I has raised an issue around weeks back, but still I have not received any response back or work arounds.

    4 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. My Courses section should be divided in Completed and In Progress.

    Additionally, a progress bar would be nice to have and a feature to resume learning from where you left off.

    9 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

Feedback and Knowledge Base