Skip to content

Workbench

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

750 results found

  1. Update Lab 1 Values

    Re: BD0211EN - Lab 1
    Currently the path to the working directory is written as
    /resources/jupyter/labs/BD0211EN
    the correct path is
    /resources/jupyterlab/labs/BD0211EN

    Also, the ReadMe.md file I extracted contains 98 lines and thus readme.count() returns 98. The notebook says it should be 103.

    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  ·  Jupyter - Python  ·  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 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)
  3. Wordpress Plugin

    I suggest you create a Wordpress plugin like DataCamp-Light plugin
    https://github.com/datacamp/datacamp-light

    or like DataQuest-Caravan plugin
    https://github.com/dataquestio/caravan_wordpress

    This idea will help an unlimited number of course creator and blogger around the world because it will make things easier
    I suggest this idea because people need to learn but not all people are developers or programmers and people need something smart an easy

    Thanks

    3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. 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)
  5. 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)
  6. 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)
  7. pytorch support

    could you provide a compiled wheel for pytorch. Its a strong framework and its a pity a cannot use it in your lab

    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  ·  Jupyter - Python  ·  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. 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)
  9. 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)
  10. Include a platform program that transparently handles calculations with numbers with uncertainties

    Hi! I`m chemist!

    Can you include this package to Jupyter Notebook, Python?
    https://pythonhosted.org/uncertainties/index.html

    To calculate uncertainties in measurements, in chemistry we use symbolic algebra packages such as Matlab or Maple.

    However, I would like our students to be able to migrate to the cloud

    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  ·  Jupyter - Python  ·  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. 1 vote
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. 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)
  13. can the packages gensim and spacy be added to the python stack?

    can the packages gensim and spacy be added to the python stack?

    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  ·  Jupyter - Python  ·  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. 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)
  15. pkg rJava

    rJava package is not installing

    java libs : '-L/usr/lib/jvm/java-9-openjdk-amd64/lib/server -ljvm'
    checking whether Java run-time works... yes
    checking whether -Xrs is supported... yes
    checking whether JNI programs can be compiled... configure: error: Cannot compile a simple JNI program. See config.log for details.

    Make sure you have Java Development Kit installed and correctly registered in R.
    If in doubt, re-run "R CMD javareconf" as root.

    ERROR: configuration failed for package ‘rJava’
    * removing ‘/resources/common/R/Library/rJava’
    Warning in install.packages :
    installation of package ‘rJava’ had non-zero exit status

    The downloaded source packages are in
    ‘/tmp/RtmpPx6qSg/downloaded_packages’

    library(rJava)
    Error in library(rJava) : there is no package…

    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  ·  Rstudio IDE  ·  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. 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
    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. I believe the anser to the following question is wrong.

    Retrieve the elements stored at index 1,2, and 3 of 'a_list'

    I suggest the answer should be:

    A[1:4]

    ['hello', [1, 2, 3], True]

    The suggested answer int he docs is "a_list[1:3]" which only returns two elements.

    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  ·  Data Prep  ·  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. pkg DeducerExtras

    DeducerExtras pkg is not loading

    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  ·  Rstudio IDE  ·  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. 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
    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. Small typo

    There is a small typo in this notebook: "#### Let's fixes these problems." instead of "#### Let's fix these problems."

    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)
  • Don't see your idea?

Feedback and Knowledge Base