How to assign a value to a text in Mashin Learning?

mostafa Bouzari 1 Reputation point
2020-08-10T13:25:51.903+00:00

Hello Everyone,
I'm a new user of Microsoft Azure Mashin Learning studio so sorry if my Question is not challenging enough.
so i'm trying to train a model and my data looks like this

![![16814-image.png]1

the First row is ID ,the second is the Description (this is the part that should get analysed) and the 3. one is basically what should get predicted with azure mashin learning studio.

i know that i should use Classification but which one and how is the part that i'm having difficulty with.

Best Regards

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,848 questions
{count} votes

1 answer

Sort by: Most helpful
  1. GiftA-MSFT 11,166 Reputation points
    2020-08-10T23:25:39.017+00:00

    Thanks for reaching out. Based on the structure of your data and target variable, multi-class classification is suitable. I recommend the following algorithms, you can click on each for more details Multiclass Logistic Regression, Multiclass Decision Forest, and/or Multiclass Boosted Decision Tree. Furthermore, as a future reference, the following chart is very useful when deciding on which algorithm is select for your predictive analytics solution. Your decision is driven by your data and the goal you want to achieve with your data. You can also leverage Azure AutoML in Azure Portal, as the name implies it automatically selects the best algorithm based on the machine learning task.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.