How to decide when to go with supervised and when to unsupervised algorithm?
Based on the business needs, how will you decide to select supervised or unsupervised machine learning algorithm
Share
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
swain
It depends upon the research question and type of data available for training. If we are looking for cluster or pattern identification, we go with unsupervised machine learning where as if we are looking for outcome to be a category or regression, we go with supervised machine learning using training data having labelled outcome variable.