It is like, answer the binary yes or no question. you can achieve this by creating a classification model based on the data from the historical reviews.
what are the algarithms that is used for the classification model using ML ?
all algorithms in the ML classification family include the word "class" in their names like
1) Two-class logistic regression
2) multi-class logistic regression
or
3) multiclass decision forest
extra info for the algorithms:
similar example for the regression :
regression algorithm family have the word regression in their names without the class, like linear regression or decision forest regression
and there is only one algorithm called the k-means clustering is a clustering algorithm.
No comments:
Post a Comment