Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (5.8k points)

Does anyone have an example of doing matching using the new Machine Learning functionality in Microsoft Azure?

The examples of doing classification make sense, and I was wondering if there was an example of doing matching using the built-in tools. This would be instead of using classification and comparing those with my own custom codes. Either way, an example would be nice.

I want to match two different entities based on location, demographic data, etc.

1 Answer

0 votes
by (9.6k points)

You can use the Train Matchbox recommender and Score Matchbox recommender.

Or use clustering. There is K-means clustering available in the studio. But you can make use of Python or R script for other clustering algorithms. 

Browse Categories

...