A project with about 14000 csv files (about 12000 class 0 and 2000 for class 1 for each csv contain 365 columns and 3330 rows (value are either 0 or 1 )
1.is there any sample code for this kind of data? (mine get worse result...)
2.any way to solve imbalance problem? (I've search SMOTE however.....nothing for SMOTE this kind of data form, how to SMOTE with a batch of csv?)
3.not sure how to build a model fit this kind data , the model I had built all get worse result... hope to get suggestion
Thanks!!