Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Heumos <[email protected]>
  • Loading branch information
eroell and Zethson authored Dec 6, 2023
1 parent 210bac6 commit ffadf71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ehrapy/tools/feature_ranking/_rank_features_groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,6 @@ def rank_features_groups(
columns_to_select = adata_with_moved_columns.var_names.difference(adata.var_names)
adata_with_moved_columns = adata_with_moved_columns[:, columns_to_select]

# encode categoricals
adata_with_moved_columns = encode(adata_with_moved_columns, autodetect=True, encodings="label")

# assign numeric and categorical columns
Expand Down

0 comments on commit ffadf71

Please sign in to comment.