Skip to content

Commit 19814b7

Browse files
committed
ancestry note
sklearn! # Conflicts: # gnomad/sample_qc/ancestry.py
1 parent 44c15ba commit 19814b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gnomad/sample_qc/ancestry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ def apply_sklearn_classification_model(
173173
logger.warning(
174174
"The use of .onnx files and apply_onnx_classification_model is recommended."
175175
)
176-
177176
classification = fit.predict(data_pd)
178177
probs = fit.predict_proba(data_pd)
179178
probs = pd.DataFrame(probs, columns=[f"prob_{p}" for p in fit.classes_])

0 commit comments

Comments
 (0)