EXL Interview Questions| Gender

Question

If you’re attempting to predict a customer’s gender, and you only have 100 data points, what problems could arise?

in progress 1
Dhruv2301 55 years 1 Answer 1232 views Great Grand Master -1

Answer ( 1 )

  1. The Problem will be Overfitting.
    We might learn too much into some particular patterns within the small sample set so we may lose generalization abilities on other datasets.

  2. It Would say it is a classical example of underfitting as we have very less data to learn. So your model will be unable to understand the problem. As we are unable to find patter so while training as well while testing it wont give good result so Underfitting.

  3. With small dataset, we have to run many iterations as part of training that can result in overfitting. Hence, the model will perform poorly on testing data as it will lack generalization.

Leave an answer

Browse
Browse