Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neural network timeout -- no output #61

Closed
aadsouza opened this issue Mar 11, 2021 · 3 comments
Closed

neural network timeout -- no output #61

aadsouza opened this issue Mar 11, 2021 · 3 comments
Assignees

Comments

@aadsouza
Copy link
Contributor

https://quantecon.github.io/lecture-datascience.myst/applications/ml_in_economics.html probably timed out.

@arnavs arnavs self-assigned this Apr 13, 2021
@arnavs
Copy link
Member

arnavs commented Apr 13, 2021

Can confirm, from the log file:

The message was: Cell execution timed out.
Here is a preview of the cell contents:
-------------------
['from sklearn import neural_network', 'from sklearn import preprocessing, pipeline, model_selection', '', 'nnp = pipeline.Pipeline(steps=[', '    ("scaling", preprocessing.StandardScaler()),']
...
['', "nndcv = model_selection.GridSearchCV(estimator=nnp, scoring= 'neg_mean_squared_error', cv=4,", "                                     param_grid = {'nn__alpha': np.exp(np.linspace(-5,5, 10))},", '                                     return_train_score=True, verbose=True, refit=False,', '                                     iid=True).fit(X,female)']
-------------------

Will see if we can override the 60s limit somewhere.

@arnavs arnavs changed the title missing neural networks output neural network timeout -- no output Apr 13, 2021
@arnavs arnavs closed this as completed Apr 13, 2021
@aadsouza
Copy link
Contributor Author

aadsouza commented Apr 14, 2021

working with text lecture times out even with 600.

nbclient.exceptions.CellTimeoutError: A cell timed out while it was being executed, after 600 seconds.
The message was: Cell execution timed out. 

@aadsouza aadsouza reopened this Apr 14, 2021
@aadsouza
Copy link
Contributor Author

trying 1000 seconds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants