Skip to content

Commit

Permalink
fix feature selection
Browse files Browse the repository at this point in the history
  • Loading branch information
jenna-tomkinson committed Jan 17, 2023
1 parent 3137e54 commit 46868d3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 4_processing_features/extract_sc_features_dp.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,6 @@
"feature_select_ops = [\n",
" \"variance_threshold\",\n",
" \"correlation_threshold\",\n",
" \"blocklist\",\n",
"]\n",
"\n",
"feature_select_norm_nuc = feature_select(\n",
Expand Down Expand Up @@ -1781,7 +1780,6 @@
"feature_select_ops = [\n",
" \"variance_threshold\",\n",
" \"correlation_threshold\",\n",
" \"blocklist\",\n",
"]\n",
"\n",
"feature_select_norm_cyto = feature_select(\n",
Expand Down

0 comments on commit 46868d3

Please sign in to comment.