Skip to content

General

99 results found

  1. update the course material

    Some of the commands listed in the lab is outdated and deprecated, I'd suggest review the content often and update it. Or at least put reference documentation in the course description so new learners can refer to up to date documentation. I'm available to discuss this further or help out.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. fix Scala kernel

    The Scala kernel isn't working, making it difficult to get some hands on experience on labs that use the Scala kernel, eg. all of the Spark labs.

    Thank you

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Hands on Labs  ·  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. clintonr@za.ibm.com

    Hands on training

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Hands on Labs  ·  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. "access denied " while logging on hadoop sandbox via putty

    Please suggest why "access denied" while logging on for hadoop sandbox via putty

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Update courses regularly, Respond to questions in forum

    Update existing courses and respond in forum

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Hands on Labs  ·  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. Retake the course

    How can i retake the course?

    Thanks

    18 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Show/suggest learning/skill paths

    Group courses to define graduation series from foundation to expert. For example, I completed a foundation or introductory course which should be a prerequisite to a more advanced course, I should know which one to take next.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Hands on Labs  ·  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. Errors in the data

    = df[["horsepower","curb-weight","engine-size","highway-mpg"]]
    lm.fit(Z,df["price"])
    Yhat = lm.predict(Z)

    There is an error as it shows Yhat = lm.predict(X) and this is incorrect. must be Z

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. ABOUT the data visualization with python

    here is your dataset--->The DataFrame dfcan = pd.readexcel('https://ibm.box.com/shared/static/lw190pt9zpy5bd1ptyg2aw15awomz9pu.xlsx', sheetname='Canada by Citizenship', skiprows=range(20), skipfooter=2 )

    rr
    But acually,python can't not work and also crashed;here i download the file and cancel the(dropdown list) set ,and i upload to my box cloud,so here you can go to download in this URL (https://app.box.com/s/zkd6hlp15nr38581ew0kifswwncaacwr), and you have to check out what cloumns have and to decide to use .drop method

    and now, when you download file finished and use df=pd.readexcel( your filepath,sheetname=' Canada by Citizenship (2)', skiprows=range(20), skip_footer=2)
    ) BY THE WAY,your filepath is different…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Hands on Labs  ·  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. the data visualization with python

    your set is here-->[The DataFrame dfcan = pd.readexcel('https://ibm.box.com/shared/static/lw190pt9zpy5bd1ptyg2aw15awomz9pu.xlsx', sheetname='Canada by Citizenship', skiprows=range(20), skipfooter=2 ).....but python can't work out.

    hey i download this file website ('https://ibm.box.com/shared/static/lw190pt9zpy5bd1ptyg2aw15awomz9pu.xlsx'),so here ,there is filepath changed,here i would like to show how to represent.....here as you can see the command codes below.....

    import numpy as np

    import pandas as pd

    file='C:/Users/Asus/Downloads/Canada.xlsx'

    df=pd.ExcelFile(file) # load spreadsheet

    print(df.sheet_names) #print the sheets names

    ['Regions by Citizenship', 'Canada by Citizenship', 'Canada by Citizenship (2)']

    df1=df.parse('Canada by Citizenship (2)',skiprows=range(20))

    df1.head()
    Immigrants Foreigners ... 391 397 0
    Immigrants Foreigners ... 1075 487 1
    Immigrants Foreigners…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Hands on Labs  ·  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. Advanced course paths similar to other platforms

    We need more hands on experience and intermediate ad advanced level courses like coursera offers for free because it's quite expensive..! This platform is very different when compared to those because we have the proof to showcase our talents immediately after we finish our final test..! And all the courses are free..😊

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Hands on Labs  ·  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. how to connect mysql in systemt.datascientistworkbench.com

    how to connect mysql in systemt.datascientistworkbench.com

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. python

    Please add more Python courses.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Use downloaded data instead of external site for the lab

    Data Visualization with Python lab data from external site incorrect. Suggest you to download a fixed format data to your drive for the lab

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Retake the Final exam

    Please add help button, regarding retaking of exam in the same course ware

    165 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. More detailed and advanced Courses

    More advanced courses is needed on BIG DATA, Cloud Computing and on Relational Databases.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. Create database/tables in Hive using ssh to systemt.datascientistworkbench.com

    Good Day,

    I ssh systemt.datascientistworkbench.com. Then I start hive using "hive" command. I try to create database/tables in hive but it says I don't have access.

    I see many test kind of hive databases which people have created. How can I create database/tables in hive?

    Please advise.

    Thanks.

    -Shakeel

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. fixing typo error in logistic reggression lab

    the following code has a typo error:
    irisy= pd.getdummies(irisy).valuestrainX, testX, trainY, testY = traintestsplit(irisX, irisy, testsize=0.33, random_state=42)

    can you please fix it?

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Hands on Labs  ·  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. Platform to solve Real Life problem with assessment

    Create a learning platform like www.Kaggle.com to employ people to solve real life problem practiced using public data set.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Hands on Labs  ·  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. Error: Max retires. Please refresh this page to try again or contact support for help.

    Hi,

    Am starting a new course - Deep Learning with TensorFlow
    IBM Cognitive Class ML0120EN

    but, When i try to start the lab, am getting the following error:-

    Error: Max retires. Please refresh this page to try again or contact support for help.

    Can you let me know how to fix it? Yes i did try to refresh, the webpage multiple times....still it is not working!

    Regards
    Sridhar

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    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?

General

Categories

Feedback and Knowledge Base