I am new to the data science community and wantedwant to understand the required steps that need to be taken into account while handling a dataset that does not have a target variablesteps that need to be taken into account while handling a dataset that does not have a target variable. I I can do machine learning on top of a labeled dataset having a target variable, but not sure what would be the best waybest way to start with a dataset where is there is no target variable. I am aware that this is a classification problem on which I am working on.
Could you please help me with the rightI need a step by step guide that I should follow in order to achieve an efficient clustering at the end?.
Do I need to do the following in order to achieve that?:
- Data Cleansing
- EDA
- Encoding and scaling
- Model build
- Validation
Or are there any more steps that I need to take care of while dealing with an unsupervised class of data. I am doing this in python