Qna Discussion

What is Overfitting, and How Can You Avoid It?
Course Name: Machine Learning

    Solution: 1.

    Multiple way to avoid overfitting is - reguralization, bagging and boosting.
    Making a simple model with lesser variable & parameter.
    Using Cross validation method like k-fold