interpret icon indicating copy to clipboard operation
interpret copied to clipboard

Show(hist), Spyder3.8, testing on private data

Open kjk111 opened this issue 5 years ago • 4 comments

Hi all,

I am using the spyder3.8 and I am testing interpretml on my own data, however, the show(hist) does not display anything.

How I can find a solution for this issue and how I can run interpretml on the local spyder3.8.

Thank you in advance for your consideration kjk

kjk111 avatar Jan 02 '21 17:01 kjk111

From my understanding, only "Notebooks" can run InterpretML code perfectly, like Pycharm Notebook, Jupyter Notebook. The normal Python programs(.py files) can also make it when copying and pasting example code into .py files directly.

image image image

When you click the 127..... then you will see the results. But you cannot view it after the program end.(I am using Pycharm) image image

If my understanding is wrong, please correct me

MarkSCQ avatar Jan 07 '21 06:01 MarkSCQ

Hi, first, thank you for your reply. I want to use interpretML on Spyder 3.8, I don't want to use it on Jupyter Notebook or PyCharm (I don't have access to PyCharm), the aim is avoid to load my data on any external server, I want to run interpretML localy. I will try to simple python program (.py) and give you back if it will work. thank you

kjk111 avatar Jan 08 '21 15:01 kjk111

So you mean you want the program to generate some interactive plots? Sorry, I have no idea how to make it :worried:

MarkSCQ avatar Jan 12 '21 21:01 MarkSCQ

Has anyone managed to get show() to actually plot in Spyder in the plot window? When I run show() in Spyder nothing happens and I can't figure out where the plots go?

sparcycram avatar Apr 29 '21 20:04 sparcycram