I am trying to train a ML Model to process Purchase Orders.
I’m trying to get the MLSkill set up in studio, but when I select Robot there are no MLSkill available to select.
Also when I select Endpoint, I put in the URL after making the MLSkill public, but in all of the examples that I’ve seen there is normally an API key but there is no API key available on the ML Skills page.
The input type is currently have is JSON but the file that I am inputting is a pdf. Should I change the filetype to File instead and then it was return a json response?
@samuel_trahan are you using document understanding framework?If you use that you can try one activity that is machine learning extractor.
In this activity you can indicate the url of your ml skill if it’s public or you can load it directly if you are in the same tenant. Then is going to load all settings of your ml skill.
To make sure your ml skill is active you can check it in action center. There you have the option to update not skill and also disable.
I was using machine learning extractor before I started to implement Machine Learning into my document understanding.
The process was very manual with the users having to validate every purchase order that comes through the process.
I set up the project with digitization, classifiers, extractors, validation station, and training. I’m trying to put the MLSkill and Upload File into those sections, and I’m curious if I should remove all of the steps that were there before meaning ( digitization, classifiers, etc.) and just use MLSkill and Upload file?
I will check out the youtube channel that you recommended.