Which algorithm or tool to use to classify as good or bad?
I have a feature vector with different data types, Considering all the data in that feature vector. I have to classify as Good or Bad.
Which algorithm should be used to just get the output Good or bad based on different data types in a feature vector?
The feature vectors are as follows:
[Application_Name(string) , Uptime (Integer) , Criticality factor (0-1 float value) and few integer type ]
Topic gmm deep-learning neural-network clustering machine-learning
Category Data Science