The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
classification based on the attribute having multiple values
Dear All,
i have 3 columns in my example set. these columns are Review(Text), Temporal_Tag(polynomial) and id(integer). the column temporal_tag contains 3 values past/present or future. it is set as label using set role operator. i tried various models to classify the given data set and further used the model after training it.
in short in want to get the performance of model in terms of precision and recall for temporal_tag.it has 3 classes.
present
past
future
Kindly help me in choosing the model.
Regards:
Sukh
i have 3 columns in my example set. these columns are Review(Text), Temporal_Tag(polynomial) and id(integer). the column temporal_tag contains 3 values past/present or future. it is set as label using set role operator. i tried various models to classify the given data set and further used the model after training it.
in short in want to get the performance of model in terms of precision and recall for temporal_tag.it has 3 classes.
present
past
future
Kindly help me in choosing the model.
Regards:
Sukh
Tagged:
0
Answers
Best,
Martin
Dortmund, Germany
i have tried the following code using polynomial by binary classification; After this i get the error as SVM cannot handle polynomial label.
Regards:
Sukh