Swapnil Jadhav
Swapnil Jadhav
Got the similar issue on Ubuntu 14.04 LTS saj1919@swapnilj:~/Public/ipython-dashboard$ dash-server Traceback (most recent call last): File "/home/saj1919/anaconda/bin/dash-server", line 7, in from dashboard.server.start import run File "/home/saj1919/anaconda/lib/python2.7/site-packages/dashboard/**init**.py", line 13, in from...
@fzeeshan ... Found the solution => 1) Create "IPython-Dashboard/dashboard/conf/" directory somewhere on the disk. 2) Copy content from github:IPython-Dashboard/dashboard/conf/ to the local disk. 3) Make changes to logger path and...
I am facing the same issue with CatBoost model. I tried using categorical_feature and without it. Did not work in either case. Everything else worked fine as explained [here](https://github.com/slundberg/shap) in...
Which word2vec output you are considering here ? When we save gensim word2vec model we get typically following files - `outfilename, outfilename.syn1neg, outfilename.syn0.np, outfilename.syn1.np` Which one maps to ".h5" you...
Any update on this issue ... I have around 2 million entries and trained with default parameters, with K=100, I am getting less than 100 similar items. Also, not sure...
It is not a direct duplicate of #336 as here progress-bar is moving upwards which is worse. In case you press `Enter` it comes down as usual and then again...
No different output even after choosing `ncols=150` ... it moved upwards still.
Hi, sorry for delayed answer. Output -> ``` a c e ``` Were you able to reproduce this issue on Ubuntu screens ? For me it happens every time. And...