Search code examples
pythonazuremachine-learningstatsmodelsazure-machine-learning-service

Unable to upload statsmodels 0.9rc1 python package in Azure ML studio


I'm not able to upload statsmodels 0.9rc1 python package in Azure ML studio for Time series analysis.

I have downloaded statsmodels 0.9rc1, unzipped contents and added statsmodels folder and model.pkl file to zip folder.

But, while uploading to Microsoft Azure ML studio it says failed to build schema and visualization

I'm using this external package in Execute Python script

PS: I have succesfully uploaded packages like Adal, dateutils etc.


Solution

  • I have switched to Azure Jupyter Notebook where I installed package using pip

    !pip install statsmodels==0.9.0rc1