Shantanu Oak
Shantanu Oak
I tried the "heamy" module as shown in this example and it works as expected. https://github.com/rushter/heamy/blob/master/examples/walkthrough.ipynb I expected the line 24 to fail as Sequential class is not imported anywhere...
I have installed everything as per read-me. But I get this error: web_1 | Invalid HTTP_HOST header: '34.195.94.88:8000'. You may need to add '34.195.94.88' to ALLOWED_HOSTS.
Elasticsearch with default latest flag installs version 5 and there are issues while starting the service. The earlier version works on most hosts.
There is a typo in the script. The name of the model is model_glove_twitter and not just model in this code: ``` for p in phrases: tokens_1=[t for t in...
I tried Chapter 09 code and everything worked as expected. But I could not change password. On the changePassword.html page, I get a message that user has logged in and...
The file in zip is correct. I just copied and pasted the code from there.
I change password, then if I click on "back" and try to log-in, log-in fails. It works only after refreshing the browser. This is obviously a browser glitch. But I...
Is it possible to query the dynamoDB data directly without using "cognito"? I am asking this because there seems to be no way to back-up Cognito identity. How do I...
Is it possible to move this ID server-side? // Initialize the Amazon Cognito credentials provider AWS.config.region = 'XXX'; // Region AWS.config.credentials = new AWS.CognitoIdentityCredentials({ IdentityPoolId: 'XXX', }); There is no...
Page: Portfolio_optimization.ipynb Please change this line: mr.set_value(date,s,ret) To this: mr.at[date, s] = ret