Bhishan Poudel
Bhishan Poudel
My bad, the correct link is: https://www.bingeclock.com/ I am currently using Alfred Web Search Tool: ``` https://duckduckgo.com/?q=\bingeclock+{query} ``` For example, if we type `binge breaking bad` it opens a daughter...
svim plugin blacklist does not work in "http://localhost:8888/*". ``` let blacklists = [ "*://localhost.com*/*", "*://localhost:*", "*://codepen.io/*", "*://draw.io/*", "*://*slack.com/*", "*://codesandbox.io/*", "*://codewars.com/*", "*://discordapp.com/*", "://gitter.im/*"] ```
I have same problem with python 3.7. # Installation ``` 1. download folder from pypi: https://pypi.org/project/advisor/#files 2. then install it: python setup.py install Then, advisor_admin server start ``` # Platform...
@jbesomi and @harishsdev You guys are more than welcome to send the PR to the developers. I would greatly appreciate that.
I had the same problem. I fixed it by uninstalling scikit-sparse as suggested by jerheff. ```python conda uninstall scikit-sparse ``` Code to check: ```python from pygam.datasets import wage X, y...
The Jupyter notebook/lab is ubiquitous in Python world. An addition of nbextension would be great.
Thanks a lot for the introduction of transformers. Actually, I was using pycart with prophet,xgboost,lightgbm,catboost and was getting absolute percent difference of total sum for last 90 days 21%, but...
Nevermind, I looked at the WARNING in darts github. They have another issue raised there. For now, I can suppress the warnings (and anything that a cell prints) using cell...
```bash 11:45 $ pip show probatus Name: probatus Version: 1.5.1 Summary: Tools for machine learning model validation Home-page: https://github.com/ing-bank/probatus Author: ING Bank N.V. Author-email: [email protected] License: MIT License Location: /Users/poudel/opt/miniconda3/envs/prob/lib/python3.6/site-packages...
I would second this request. Also, the scikit-plot library is dead and there has been not a single commit from 2018. It can break anytime and there would be no...