Skip to main content
added 1 character in body
Source Link
Ashwiniku918
  • 2.2k
  • 5
  • 18
  1. Yes the task is very clear. Maybe one suggestion is to change language from build a classifier to provide more details. Create a Rule based clasifier which calculates cosine similarity between sentence and all given classes and assign it to class where it has maximum cosine similarity

  2. This would be a very good excercise and test coding as well as general understanding of the candidate. If a person is able to achieve even 90% of this, they should be a good candidate

  3. It should be good enough for middle level and senior DS engineer.

  4. If you want to complicate it maybe instead of count vecoriservectoriser you can ask them to code TF-IDF

  1. Yes the task is very clear. Maybe one suggestion is to change language from build a classifier to provide more details. Create a Rule based clasifier which calculates cosine similarity between sentence and all given classes and assign it to class where it has maximum cosine similarity

  2. This would be a very good excercise and test coding as well as general understanding of the candidate. If a person is able to achieve even 90% of this, they should be a good candidate

  3. It should be good enough for middle level and senior DS engineer.

  4. If you want to complicate it maybe instead of count vecoriser you can ask them to code TF-IDF

  1. Yes the task is very clear. Maybe one suggestion is to change language from build a classifier to provide more details. Create a Rule based clasifier which calculates cosine similarity between sentence and all given classes and assign it to class where it has maximum cosine similarity

  2. This would be a very good excercise and test coding as well as general understanding of the candidate. If a person is able to achieve even 90% of this, they should be a good candidate

  3. It should be good enough for middle level and senior DS engineer.

  4. If you want to complicate it maybe instead of count vectoriser you can ask them to code TF-IDF

Source Link
Ashwiniku918
  • 2.2k
  • 5
  • 18

  1. Yes the task is very clear. Maybe one suggestion is to change language from build a classifier to provide more details. Create a Rule based clasifier which calculates cosine similarity between sentence and all given classes and assign it to class where it has maximum cosine similarity

  2. This would be a very good excercise and test coding as well as general understanding of the candidate. If a person is able to achieve even 90% of this, they should be a good candidate

  3. It should be good enough for middle level and senior DS engineer.

  4. If you want to complicate it maybe instead of count vecoriser you can ask them to code TF-IDF