Skip to content

I get error , cannot import from file helper

Please help, I get the error below running jupyter notebook. Error: Answer Since you are not giving the where you get the notebook, I have to guess that you get it from this course Supervised Learning: Regression provided IBM. In the zip folder in week 1, it provides helper.py. What you need to do it is to ch…

Cufflinks shows blank

I tried importing the financial data and use the following code. It runs fine but plotly just show blank canvas. I narrowed down and found out that the problem is cufflink because iplot alone (not using with dataframe still work fine) enter image description here Answer I think the graph did not show up becau…

3D numpy array threshold comparison

I’m trying to solve whether or not each element in a 3d numpy array fits within a certain threshold. Currently I have nested for loops that get the job done, but it’s really slow and I don’t have all day to wait for my code to run LOL. The input spec is a little bit weird so I haven’t …