Classifier ML Algorithm for predicting class based on features AND the value of a continuous variable
I’m trying to write a classifier that I can train to look at a problem instance and, based on its features and the value of a particular variable, predict which class the problem falls into. I’m NOT looking for answer to my problem , but just some guidance as to which ML algorithm I should focus on studying.