Question d’entretien chez CIMCON Software

How you identify/select which ML algorithm will suit the given problem.

Réponse à la question d'entretien

Utilisateur anonyme

30 janv. 2024

As we know there is no specific way to find out the exact algorithm to use, but I will train different algorithms based on the problem like is it Classification or Regression. After training different algorithms, I'll evaluate them on different matrices and then select the on which perform well. If needed, I will use the ensemble method to make the performance even better.