Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-glitchhg authored Oct 30, 2023
1 parent 4fb6c04 commit 2f60a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ feature_set = reduce_features(correlation_matrix, threshhold=0.8, policy='min')

# if you want another set of features for same correlation matrix, then use random seed to change the output.

different_feature_set = reduce_features(correlation_matrix, threshhold=0.8, policy='min', random_seed = 42)
different_feature_set = reduce_features(correlation_matrix, threshhold=0.8, policy='min', random_state = 42)
```


Expand Down

0 comments on commit 2f60a2b

Please sign in to comment.