How to resample
I have to deal with a small dataset. I thought that I maght take advantage of resamplin methods to enlarge the population and improve the performance of my regression algorithm. I heard about SMOTE, but it is used for classification in imbalanced datasets. Is there any method to create synthetic data of a small size dataset? Thanks.
Topic regression python
Category Data Science