We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19814b7 commit f758340Copy full SHA for f758340
gnomad/sample_qc/ancestry.py
@@ -173,6 +173,7 @@ def apply_sklearn_classification_model(
173
logger.warning(
174
"The use of .onnx files and apply_onnx_classification_model is recommended."
175
)
176
+
177
classification = fit.predict(data_pd)
178
probs = fit.predict_proba(data_pd)
179
probs = pd.DataFrame(probs, columns=[f"prob_{p}" for p in fit.classes_])
0 commit comments