I’m not really sure if this tasks is suited for machine learning. Using permutations and querying a dictionary will be sufficient to complete this task.
However, if you want to play around with an ML model, I suggest tokenization of the inputs and making a simple logistic regression model.
Consistent_River_959 t1_iudwvod wrote
Reply to comment by Regular-Fella in [D] Simple Questions Thread by AutoModerator
I’m not really sure if this tasks is suited for machine learning. Using permutations and querying a dictionary will be sufficient to complete this task.
However, if you want to play around with an ML model, I suggest tokenization of the inputs and making a simple logistic regression model.