MachineLearningNotebooks icon indicating copy to clipboard operation
MachineLearningNotebooks copied to clipboard

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft

Results 206 MachineLearningNotebooks issues
Sort by recently updated
recently updated
newest added
trafficstars

File "/structure/azureml-app/score.py", line 23, in run inputs_dc.collect(data) #this call is saving our input data into Azure Blob File "/azureml-envs/sklearn-1.0/lib/python3.8/site-packages/azureml/monitoring/modeldatacollector.py", line 457, in collect if (not self._cloud_enabled or self._handle == -1)...

note: This error originates from a subprocess, and is likely not a problem with pip. WARNING: No metadata found in ./Library/Python/3.10/lib/python/site-packages Rolling back uninstall of ruamel-yaml Moving to /Users/srijeetchatterjee/Library/Python/3.10/lib/python/site-packages/ruamel.yaml-0.17.21-py3.9-nspkg.pth from...

- https://github.com/Azure/MachineLearningNotebooks/issues/1233 - https://github.com/Azure/MachineLearningNotebooks/issues/1163 ("I am really confused from this package zoo") - https://github.com/Azure/MachineLearningNotebooks/issues/1112 ("this gives the user the false impression that they are current, when they aren't") - https://github.com/Azure/MachineLearningNotebooks/issues/1105...

MLOps
2.0
product-gap
ADO

I see the following exception when pandas data frame is passed as `training_data` in the [AutoMLConfig](https://docs.microsoft.com/en-us/python/api/azureml-train-automl-client/azureml.train.automl.automlconfig(class)?view=azure-ml-py#feedback). ``` text ConfigException: ConfigException: Message: Input of type '' is not supported. Supported types:...

I use the Python SDK to develop ML pipelines for Azure ML. How do I get my PythonScriptStep tasks or the encompassing Pipeline object to simply rerun upon failure? I...

Pipelines
product-question
ADO

I am recieving the following error when trying to deploy a model with my entry script that uses opencv. `ImportError: libGL.so.1: cannot open shared object file: No such file or...

I am trying to create pipeline parameters for variable data access to a Synapse DataLakeGen2 datastore and invoke the pipeline with the 'Machine Learning Execute Pipeline' activity in Azure Synapse...

Code snippet below the part that should talk about submitting a training script to the local machine uses "MyCluster" as the compute target. Following is the text and corresponding code...

Currently Trying to execute this [Sample Notebook](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-with-notebook-runner-step.ipynb). I get the following error when Creating Notebook run configuration and setting parameter values as shown below `handler = AzureMLNotebookHandler(timeout=600, progress_bar=False, log_output=True) cfg...

Hi there, I am trying to deploy a model by following the tutorial. Before reading the full details I would like to address something I think is causing the problem....