mondejar / ecg-classification

Code for training and test machine learning classifiers on MIT-BIH Arrhyhtmia database
GNU General Public License v3.0
520 stars 193 forks source link

Pickle file not found #25

Open atharvamartiwar opened 10 months ago

atharvamartiwar commented 10 months ago

I am getting the error '[Errno 2] No such file or directory: '/kaggle/working/features/w_90_90_DS1_rm_bsline_maxRR_u-lbp_MLII.p'' . But after running the run_train_SVM.py . I am getting /kaggle/working/python_mit_rm_bsline_wL_90_wR_90_DS1.p this file created . I don't know why this file is getting created instead of the required one . Anyone pls help !!! Preprocess+ Segm + Feat Ext+Train_Test+Evaluation _ Kaggle - Google Chrome 09-11-2023 21_57_52

atharvamartiwar commented 10 months ago

I have implemented the code in my Kaggle Notebook : https://www.kaggle.com/code/atharvamartiwar/preprocess-segm-feat-ext-train-test-evaluation . If anyone could assist pls reply