We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44c15ba commit 19814b7Copy full SHA for 19814b7
gnomad/sample_qc/ancestry.py
@@ -173,7 +173,6 @@ 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