Feature selection techniques for dataset that contains urls,statements and strings?

feature selection techniques for dataset that contains urls,statements and strings?

Hey @priyanshichauhanx06, techniques like feature selection are usually used to reduce the dimensionality of the dataset. So most commonly PCA is used to extract useful information and to find patterns in the data. Since it is a machine Learning model, you do need to convert your features into numeric values before applying any algorithm. Hence the problem of applying PCA and feature selection on char / strings / urls does not arise. All the data that you feed into your model has to be numeric only.

For more info on PCA , please refer this link.

Do ask me if you have any doubts :+1:
Hope this helps you understand :slight_smile:
Happy Learning :slight_smile:

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.