Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (5.8k points)

I use the next command to save output results:

ws.datasets.add_from_dataframe(data, 'GenericCSV', 'output.csv', 'Uotput results')

where ws is azureml.Workspace object and data is pandas.DataFrame.

It works fine if my dataset size less than 4 mb. Otherwise I got a error:

AzureMLHttpError: Maximum request length exceeded.

As I understood this is the error raised by Azure environment limits and the maximum size of the dataset could not be changed.

I could split my dataset to 4 MB parts and download them from Azure ML studio, but it is very inconvenient if the size of my output dataset is more than 400 MB.

1 Answer

0 votes
by (9.6k points)

You can use Notebooks to upload your data. 

Browse Categories

...