Skip to content

Commit

Permalink
Removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-evarts committed Aug 17, 2023
1 parent 6cae72d commit aeacd44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/permutation/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ def clean_data(self) -> Tuple[pd.Index, pd.DataFrame, pd.DataFrame]:
]
removed_feature_columns = removed_feature_columns.values.tolist()
full_data.reset_index(drop=True, inplace=True)
print(full_data)

# Remove bad features from feature list
self.features = [
Expand Down

0 comments on commit aeacd44

Please sign in to comment.