Closed Pharmacogenetecist closed 2 years ago
@Pharmacogenetecist,
Great question! No, you don't need to worry about them -- they are just warning from scikit-learn
indicating that you are using a classifier trained in a different package version than the one that's currently installed in your environment. As far as I know, this can have meaningful impact in certain cases, but the SVM-based classifier used in PyPGx is stable enough so you don't need to worry. You can also check this by comparing the CYP2D6 results with validation data (keep following the tutorial):
$ wget https://raw.githubusercontent.com/sbslee/pypgx-data/main/getrm-wgs-tutorial/grch37-CYP2D6-results.zip
$ pypgx compare-genotypes grch37-CYP2D6-pipeline/results.zip grch37-CYP2D6-results.zip
# Genotype
Total: 70
Compared: 70
Concordance: 1.000 (70/70)
# CNV
Total: 70
Compared: 70
Concordance: 1.000 (70/70)
I was just going through the tutorial I got the following "error messages"- is this something I should be worried about?