Skip to content

Commit

Permalink
add features= for handy copy paste
Browse files Browse the repository at this point in the history
  • Loading branch information
bagustris committed Aug 30, 2024
1 parent 1868ad6 commit f97b5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nkululeko/feat_extract/feats_analyser.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ def analyse(self):
)

# print feature importance values to file and debug and save to result
self.util.debug(f"List of importance feature {model_name}: \n{df_imp['feats'].values.tolist()}")
self.util.debug(f"List of importance feature {model_name}: features = \n{df_imp['feats'].values.tolist()}")
# result file
res_dir = self.util.get_path("res_dir")
filename = f"_EXPL_{model_name}"
Expand Down

0 comments on commit f97b5e9

Please sign in to comment.