azure machine learning
12 TopicsAutoML - Featurisation option removed in UI update
Hi, When using the no-code AutoML UI to create models there was an option to exclude fields from the models training (the primary key, for example). However since the UI update this seems to have gone, and the https://learn.microsoft.com/en-us/azure/machine-learning/how-to-use-automated-ml-for-ml-models?view=azureml-api-2 still gives guidance for the old UI. I'd like to know if there is another way I can achieve excluding fields from the training data that will still be required to pass to the model once deployed, using the UI? I assume it is still working via the SDK (am yet to check), but the UI offered a good introduction to modelling for users with low code knowledge. Old UI from documentation (note 'Included' slider): New UI missing the 'Included' slider: Thanks in advance. EDIT: I have had confirmation from MS support that the feature was removed in the upgrade to v2, and advised to featurise fully initially. Not ideal as there isn't a way to explicitly set/exclude the primary key now, but hopefully it never assigns it any importance.418Views0likes0CommentsAzure ML - Get Started - Create Compensation Prediction
Hi Guys, Super new here. Is there anyway to use Azure ML for free in an enterprise environment. I want to play around with some actual employee compensation data. I want to create a model, and I have no idea how to do this, that would allow an employee enter things like a persons specialty, years of experience, if they have specific training, if its a highly sought after postition. I can feed the model actual data with these data tagas but is there a way to play or create something for free..especially since I am new and do not know what I am doing. Any advice or help would be awesome. I would ultimately want to deploy this model to a powerapp that would sit in sharepoint. Thanks in advance for reading and responding.Personal AI
How could Microsoft get it so wrong. I tried to use Azure and AI and its just matrix calculations. Open-AI is like a brute force training method, but at least its visualized. I just want a dog, a pet cat. An annoying robot that helps me with math and does my homework and that i can play games with. That will learn and grow with me and all you have is just a bunch of worthless databases like your CD collection, or vintage games. Bunch of comic book nerds with their libraries of books. Its like walking into a library and you don't know how to read. Here i was thinking that paperclip from word would have progressed into an annoying helper, but at least i have dancing girls hows **bleep** i can vibrate. Seriously can you not just make something simple, someone somewhere in that huge office must be someone who knows where the AI program is and can make a simple program and is like a "ferbe". Thats as helpful as the paperclip with a comprehensive help toolkit. Something that works like an operating system of something robotic i want to build. Could someone please help me make something simple, that can do basic reading comprehension so i can at least talk to it, and get it to read a book and answer questions. Maybe one that can learn maths and can 3d model things so i can visualize it. Or maybe something that can just learn by watching me and can recall something i need for reference. "i saw something on facebook" (pulls out phone to show person) "asks ai something vague" instantly pulls it up.2.3KViews0likes1CommentSearching pdf files using Natural Language
I'm new to all the Azure services and have been tasked with finding a solution to search a collection of pdf files using natural language queries. One use case would be to search resumés by saying (or entering) something like. "Find me all the candidates who have worked for XYZ company within the last 5 years". It looks like Azure Cognitive Search could be very useful for this. I've created a search service, and resource and data source etc and have successfully done a simple text search of my file. The resulting JSON looks like it did a good identifying all the various text concepts (names and places etc). I'm overwhelmed with all the various services that are available. If anyone can give a little newbie guidances as to which direction to go it would be greatly appreciated and would save me insane amounts of time running down rabbit holes looking for the correct services to use for my purposes. Thanks.2.2KViews1like1CommentTech Minutes Video - Project Trove
This post is Authored by Trinh Duong, Christian Liensberger and Giampaolo Battaglia Office of the CTO Team & AI/Innovation at Microsoft We recently launched the Innovation https://innovation.microsoft.com/en-us/developer, which are short, snackable informative tidbits from Microsoft researchers, developers and engineers all around the world on some of the latest and future technologies. https://innovation.microsoft.com/en-us/tech-minutes-project-trove, Christian Liensberger, Principal Program Manager and Advisor to Microsoft’s CTO shares new insights into Project Trove - a crowdsourcing marketplace where you can gather high-quality images for your AI models. Images are responsibly sourced from regular individuals and adhere to a rigid licensing and privacy framework, resulting in a more responsible data collection platform. In this Tech Minutes video, Christian shares the advantages of Trove, and also provides a walkthrough of Trove Web App from an AI Developer standpoint (selecting the right images for your model training), as well as showing how photo takers can upload their images through the Trove App on Android. https://innovation.microsoft.com/en-us/tech-minutes-project-trove Happy viewing & happy end of year! Trinh, Christian and GiampaoloJumping from Google's Teachable Machine to Azure. Help
I've been using Google's Teachable Machine for experiments for months, using two classes of images to train for recognition. I now need to switch the data source to tabular data (TM doesn't support this), and feel as though I've walked into Costco, Home Depot and Walgreens combined, with Azure. I've reviewed libraries of demos at studio.azureml.net and signed up for something else related to Azure, but, beyond uploading data, I have yet to find a way to replicate the workflow and simplicity of setup Teachable Machine offered. Any guidance is appreciated as (now knowing 9 computer programming languages) I'm not keen on learning yet another "ecosystem" over the course of X months.1.3KViews0likes0CommentsAzure ML Inference Cluster - AKS with Private IP
I have an AKS cluster in a VNET/Subnet. My AKS is linked to AzureML. I successfully deployed an Azure ML service to that AKS. However, I see that the azureml-fe service is responding to a public IP and not a private IP from my VNET/Subnet. How can I make it so my AzureML inference service is exposed with a private IP?1.9KViews0likes1CommentCan we use Azure Machine Learning on a Azure Analysis Services?
Hello, it's my first post ever since i was hired as Data Scientist after graduating this month. Of course, i have no experience in any cloud microsoft techonologies (yet) and ask for forgiveness in advance if I mix concepts incorrectly. Also, i tried to search similar answers in the forum but sadly found nothing. In our business, we deployed an Azure Analysis Services with our data models ( i think it's called datalake). These models are used most of them for Reporting in Power BI. Right now, we would like to explore more deep types of analysis using machine learning techniques in Azure Machine Learning. The basic problem is how do i acces to the information in the tabular models in Azure Analysis Services from Azure Machine learning? Is this new platform (Azure ML) able to do that easily, without any trick? For example, we tried to make some querys (to Azure Analysis Services) from our locals, using python and pyodbc library. This never worked and there's no information (at least i've found) in the internet. The reason to use python to make querys it's for practical reasons. You make the query, and you call still work on the same notebook without downloading anything externaly, then throw X machine learning algorithm to do Classification, Regression... in the data selected in the query to make a Exploratory Data Analysis. So our idea, would be to replace this locals machines for something in the cloud which i hope have a direct implementation to work with that and also better hardware. Am i wrong, right...? Do you have any suggestion of how we should do things? Please, correct me! Thank you for your answer!2.3KViews1like1Comment