Abhishek Bhatia

Results 24 issues of Abhishek Bhatia

``` abhishek:~/Desktop/work/gits/hide_my_python$ python3 ./hide_my_python.py -o hello.txt Traceback (most recent call last): File "./hide_my_python.py", line 61, in main() File "./hide_my_python.py", line 46, in main for proxy in parser.generate_proxy(args): File "/home/abhishek/Desktop/work/gits/hide_my_python/parser.py", line...

My theme is agonster by default when I installed oh-my-fish. When I change it using `omf theme bobthefish` (or any other theme). The theme doesn't change. But if I do...

status: help wanted
HackIllinois

``` import html2text from pprint import pprint from quora import User user=User('Richard-Muller-3') activity=user.activity content=activity['activity'] answers=[html2text.html2text(answer['summary']) for answer in content] print len(answers) #49 ``` I am trying to get all answers...

``` File "apply.py", line 163, in greenhouse(driver) File "apply.py", line 54, in greenhouse driver.find_element_by_css_selector("[data-source='paste']").click() File "/Users/abhishek/anaconda3/lib/python3.7/site-packages/selenium/webdriver/remote/webelement.py", line 80, in click self._execute(Command.CLICK_ELEMENT) File "/Users/abhishek/anaconda3/lib/python3.7/site-packages/selenium/webdriver/remote/webelement.py", line 633, in _execute return self._parent.execute(command, params)...

Can we set it desktop wallpaper? I tried `/System/Library/CoreServices/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background &` I can't see windows/docks only the timer after that.

Hi, can you please specify requirements.txt please?

I do understand the backpropagation in policy gradient networks, but am not sure how your code work keras's auto-differentiation. That is, how you transform it into a supervised learning problem....

`prob = aprob / np.sum(aprob)` https://github.com/keon/policy-gradient/blob/master/pg.py#L46 I am not sure if this line is really required, as they would be already normalized due to softmax. Please let me know in...

Problem: ``` Traceback (most recent call last): File "main.py", line 40, in label_col_name="complaint_y_n") File "main.py", line 29, in cat_boost eval_set=(X_test, y_test) File "/usr/local/lib/python3.6/dist-packages/catboost/core.py", line 5009, in fit silent, early_stopping_rounds, save_snapshot,...

I was trying to add a slider to the page. I have tried many slider plugins but the newly created slider never gets saved. Any workaround?