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

Databricks AutoML Failure | Notebook generation failed with TER: {"error_code":"MAX_NOTEBOOK_SIZE_EXCEEDED","message":"File size imported is (61906255 bytes), exceeded max size (50000000 bytes)"} #117

Open
HimanshuTigerAnalytics opened this issue Jan 27, 2023 · 2 comments

Comments

@HimanshuTigerAnalytics
Copy link

We are using Databricks AutoML for a regression problem. The job runs for around 5 minutes and then fails with the error :
ERROR databricks.automl.base_learner: AutoML run with experiment id: 1264215502939848 failed with non-AutoML error Exception('Unable to generate notebook at /mlworkspace/mlflow_experiments/23-01-24-07:55-16. Model_Train_Automl-8af8fe13/23-01-24-07:55-DataExploration-6daa65a552c058ab075213cdd68e2ece using format JUPYTER: {"error_code":"MAX_NOTEBOOK_SIZE_EXCEEDED","message":"File size imported is (61906255 bytes), exceeded max size (50000000 bytes)"}\n')

The dimension of the dataset : (1160, 22)

Screenshot from the run -
image

@robsanpam
Copy link

robsanpam commented Jan 30, 2023

Hi, I had the same issue and one of the contributors kindly answered me in Twitter. I have tested it and it works fine now in RT 11.3ML.

https://twitter.com/YingXio49471415/status/1613697172377329665?s=19

@robsanpam
Copy link

robsanpam commented Jan 30, 2023

However, I notice that when I had the same error a couple of weeks ago, the error showed that the "max size" was about 10Mb and yours is 50Mb.. I wonder if only the size limit was increased but not the underlying issue regarding automl creating a big notebook for a small dataset.

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