overfitting 및 예측 data augmentation

Asked 1 years ago, Updated 1 years ago, 285 views

Hi, everyone We're going to use random forest to create a prediction forest Overfitting occurs. We adjusted various parameters due to overfitting, but there is no big change.

When I looked up the reason, I checked the Internet post that it could be caused by a small number of data (1,000). As you know, in the case of image classification, data augmentation increases the amount of data by gradually transforming the shape and angle of the image.

How about increasing the amount of data in predictions like this? And we copied the entire data, and we made about three times as many data as three thousand. This prevents overfitting and increases accuracy.

But I'm not sure if this is the right way in terms of data science, so I'm writing like this.

In addition to these methods, I would like to ask you how to avoid overfitting the prediction problem or how to increase the amount of data.

Thank you!

data

2022-12-26 13:15

1 Answers

1. Once the results are good, that's it.
2. How about SMOTE?
3.There will be no universal method that applies in all cases. If it's me, I'll find a class that doesn't fit well with each class and analyze it intensively.


2022-12-26 16:58

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.