Skip to content

Instantly share code, notes, and snippets.

@nsorros
Created February 14, 2022 12:30
Show Gist options
  • Save nsorros/d1e60fbb768930b57dc0ed4858671144 to your computer and use it in GitHub Desktop.
Save nsorros/d1e60fbb768930b57dc0ed4858671144 to your computer and use it in GitHub Desktop.
Y_pred_proba = load_npz(y_pred_path).tocsc()
Y_test = load_npz(y_test_path).tocsc()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment