Machine Learning: Predict second dataset on behalf of first dataset trained classifier
问题 i am new to "Machine Learning" and tried to implement this question but it is unclear to me. its been 2 months i am Seducing, so please help me to resolve my error. Actually, i am trying to: "Train svm classifer" on TRAIN_features and TRAIN_labels extracted from TRAIN_dataset of shape (98962,) and size 98962 "Test svm classifer" on TEST_features extracted from another dataset i.e TEST_dataset of the same shape (98962,) and size 98962 as TRAIN_dataset is. After "preprocessing" of both "TRAIN