Skip to content

Commit f758340

Browse files
committed
add other logger
# Conflicts: # gnomad/sample_qc/ancestry.py
1 parent 19814b7 commit f758340

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gnomad/sample_qc/ancestry.py

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

0 commit comments

Comments
 (0)