Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Labels name error #12

Open
digitaShadow opened this issue Oct 30, 2019 · 0 comments
Open

Labels name error #12

digitaShadow opened this issue Oct 30, 2019 · 0 comments

Comments

@digitaShadow
Copy link

While running the run_train_svm.py file there is an error that occurs due to a file named load_MITBIH.py there the error which occurs is that the label given as 'w' is not found as the training set is DS_1.csv and there is no such label as w in that file.

Looking for response.

Error:
writing pickle: C:/Users/qasim/Desktop/jibran/ecg-classification-master/python/mit_db/features/w_90_90_DS1_rm_bsline_maxRR_u-lbp_MLII.p...
Traceback (most recent call last):
File "C:/Users/qasim/Desktop/jibran/ecg-classification-master/python/run_train_SVM.py", line 54, in
main(multi_mode, 90, 90, do_preprocess, use_weight_class, maxRR, use_RR, norm_RR, compute_morph, oversamp_method, pca_k, feature_selection, do_cross_val, C_value, gamma_value, reduced_DS, leads_flag)
File "C:\Users\qasim\Desktop\jibran\ecg-classification-master\python\train_SVM.py", line 165, in main
maxRR, use_RR, norm_RR, compute_morph, db_path, reduced_DS, leads_flag)
File "C:\Users\qasim\Desktop\jibran\ecg-classification-master\python\load_MITBIH.py", line 434, in load_mit_db
f = open(features_labels_name, 'w')
IOError: [Errno 2] No such file or directory: 'C:/Users/qasim/Desktop/jibran/ecg-classification-master/python/mit_db/features/w_90_90_DS1_rm_bsline_maxRR_u-lbp_MLII.p'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant