question

CagatayTopcu-5553 avatar image
0 Votes"
CagatayTopcu-5553 asked ramr-msft answered

AttributeError: /anaconda/envs/azureml_py36/lib/libxgboost.so: undefined symbol: XGBoosterUnserializeFromBuffer

93350-capture2.png



I am following automated ML guideline.:

https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/automated-machine-learning/regression/auto-ml-regression.ipynb

I created development environment according to the documentation. As recommended, I am using version 1.27.0 of the Azure ML SDK.

After remote_run completed, I got the error for the following command "best_run, fitted_model = remote_run.get_output()"

I would appreciate if you could help me.

azure-machine-learning
capture2.png (34.3 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

ramr-msft avatar image
0 Votes"
ramr-msft answered

@CagatayTopcu-5553 Thanks for the question. Can you please try manually downgrade xgboost with: pip install xgboost==0.90 or Create a new Compute Instance which should have xgboost==0.90.



5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.