EXL Interview Questions| Gender
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
It will take less than 1 minute to register for lifetime. Bonus Tip - We don't send OTP to your email id Make Sure to use your own email id for free books and giveaways
Answer ( 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.
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.
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.