-
Notifications
You must be signed in to change notification settings - Fork 4
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
accuracy and auc is not same as what you reported. #13
Comments
Which Python version are you using? I used Python 3.6/3.7 ~5 years ago and I get the results below on Ubuntu 18.04. I don't know what you mean by
Edit: Python 3.6/3.7 requirements
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. i run your code (with LOSO=False in config.py for 10CV) but the results are not same as what you reported in ttest directory. would you please tell me if i should edit s.th? the results are below for each fold:
(base) D:\ASDcodes\fMRI-site-adaptation-master\fMRI-site-adaptation-master>python run_model.py --cfg configs/run_default.yaml
DATASET:
ATLAS: cc200
BASE_DIR: ABIDE_pcp/cpac/filt_noglobal/
DOWNLOAD: False
PHENO_FILE: ABIDE_pcp/Phenotypic_V1_0b_preprocessed1.csv
PHENO_ONLY: False
PIPELINE: cpac
QC: False
ROOT: ./data
METHOD:
ALGORITHM: Ridge
CONNECTIVITY: TPE
ENSEMBLE: False
KHSIC: True
LOSO: False
MODEL: MIDA
SEED: 1234
OUTPUT:
OUT_FILE: TPE
OUT_PATH: ./data/abide_tpe_mida_out/
ROOT: ./data
SAVE_FEATURE: True
best parameters from 5CV grid search:
{'acc': 0.7253234431602553, 'mu': 1.0, 'h': 150, 'alpha': 0.5}
Fold number: 0
Linear Accuracy: 0.6990291262135923
Linear AUC: 0.7633962264150943
best parameters from 5CV grid search:
{'acc': 0.7210683686964521, 'mu': 0.75, 'h': 50, 'alpha': 0.5}
Fold number: 1
Linear Accuracy: 0.7281553398058253
Linear AUC: 0.789433962264151
best parameters from 5CV grid search:
{'acc': 0.7189293312632972, 'mu': 0.75, 'h': 50, 'alpha': 0.25}
Fold number: 2
Linear Accuracy: 0.7087378640776699
Linear AUC: 0.7962264150943396
best parameters from 5CV grid search:
{'acc': 0.7274797308952907, 'mu': 1.0, 'h': 150, 'alpha': 0.25}
Fold number: 3
Linear Accuracy: 0.6601941747572816
Linear AUC: 0.7030188679245283
best parameters from 5CV grid search:
{'acc': 0.7167442930251278, 'mu': 1.0, 'h': 50, 'alpha': 0.25}
Fold number: 4
Linear Accuracy: 0.7572815533980582
Linear AUC: 0.869811320754717
best parameters from 5CV grid search:
{'acc': 0.7272209763670864, 'mu': 1.0, 'h': 50, 'alpha': 0.25}
Fold number: 5
Linear Accuracy: 0.6634615384615384
Linear AUC: 0.6862745098039215
best parameters from 5CV grid search:
{'acc': 0.7261572077511356, 'mu': 0.5, 'h': 50, 'alpha': 0.25}
Fold number: 6
Linear Accuracy: 0.7115384615384616
Linear AUC: 0.7639659637439882
best parameters from 5CV grid search:
{'acc': 0.7122074636306135, 'mu': 0.5, 'h': 50, 'alpha': 0.25}
Fold number: 7
Linear Accuracy: 0.7596153846153846
Linear AUC: 0.8312985571587125
best parameters from 5CV grid search:
{'acc': 0.7347708584900234, 'mu': 1.0, 'h': 50, 'alpha': 0.25}
Fold number: 8
Linear Accuracy: 0.6923076923076923
Linear AUC: 0.7299297077321495
best parameters from 5CV grid search:
{'acc': 0.7186188258294519, 'mu': 0.75, 'h': 50, 'alpha': 0.25}
Fold number: 9
Linear Accuracy: 0.7788461538461539
Linear AUC: 0.8398076211616723
accuracy average 0.7159167289021658
standard deviation accuracy 0.03807932567772887
auc average 0.7773163152053273
standard deviation auc 0.056837675351087726
KHSIC sample value: 1.24 Threshold: 0.60 p value: 0.0000000000
The text was updated successfully, but these errors were encountered: