Skip to content

Commit

Permalink
unused
Browse files Browse the repository at this point in the history
  • Loading branch information
SkBlaz committed Jan 11, 2024
1 parent e5520fc commit 3f5a14f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion outrank/algorithms/feature_ranking/ranking_mi_numba.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def compute_entropies(
def stratified_subsampling(Y, X, approximation_factor, f_values_X):

all_events = len(X)
all_samples = 0
final_space_size = int(approximation_factor * all_events)

unique_samples_per_val = int(final_space_size / len(f_values_X))
Expand Down

0 comments on commit 3f5a14f

Please sign in to comment.