Decision Tree

  • Post author:
  • Post category:Uncategorized
  • Post last modified:July 27, 2023

When we need to explain certain models, it can be beneficial to write or verbalize the algorithm. This has the advantage of being easily understandable to the interviewer and if…

Continue ReadingDecision Tree

K-means (Coding)

  • Post author:
  • Post category:Uncategorized
  • Post last modified:June 18, 2023

Question: Can you code an algorithm to cluster a group of data? ​For all coding interview questions, you should ask clarifying questions such as: What would be the input to…

Continue ReadingK-means (Coding)