Questions tagged [azure-ml]
Azure Machine Learning offers a streamlined experience for all data scientist skill levels, from setting up with only a web browser, to using drag and drop gestures and simple data flow graphs to set up experiments. Can create amusing visualizations on the data.
53 questions
0 votes
0 answers
20 views
Azure Cognitive Search Indexer: How to recognize graphs and colors in PDF pie charts?
I build a Azure skillset of an Indexer with the following skills: "@odata.type": "#Microsoft.Skills.Util.DocumentExtractionSkill", to extract information from PDF; "@odata....
0 votes
1 answer
180 views
Azure Databricks Feature Store + Azure ML training
👋 Anyone know whether it is possible to use Azure Databricks Feature Store and combine it with training in Azure ML? Databricks: “Integration with MLflow ensures that the features are stored ...
0 votes
1 answer
132 views
Where can I find gpt-35-turbo in the Microsoft Pricing calculator?
Where can I find gpt-35-turbo in the Microsoft Pricing calculator? I don't see gpt-35-turbo in the model list: https://azure.microsoft.com/en-us/pricing/details/cognitive-services/openai-service/ ...
0 votes
1 answer
283 views
Is there any differences between using text-davinci-003 with the Azure API vs. with the OpenAI API? [closed]
I wonder whether there are any differences between using text-davinci-003 with the Azure API vs. with the OpenAI API.
1 vote
0 answers
101 views
Azure AutoML: decimal numbers in confusion matrix
I have been running Azure AutoML on a binary classification task. When I visualize the performance and the confusion matrix in particular, I observe the following: How can I have decimal numbers in ...
1 vote
2 answers
3k views
Multiple Merges make the data frame in pandas to explode and causing Memory Issue in jupyter notebook
I have made a multiple merges using pandas data frame (refer the example script below). It made the data frame to explode and consume more memory as it records reach to 18 Billion in ...
0 votes
3 answers
186 views
Azure ML / AutoML: problem with univariate time series forecasting
I'm having troubles generating univariate time series forecasts with Azure Automated Machine Learning (I know...). What I'm doing So I have about 5 years worth of monthly observations in a dataframe ...
1 vote
1 answer
646 views
Azure automl time series forecasting error
I'm using Microsoft Azure automl to try and generate models for time series forecasting but I keep getting an error: ...