feature-selector
feature-selector copied to clipboard
plots text problem
hello I'm using this great library but when i try to plot different features the size of texts in plots become weirdly bigger than it should be I'm running this code in google collab
Pasting your code here is more helpful to solve your problem.
@Moeinh77
It is because your "features highly correlated" are very few.
The code ax.set_yticklabels(list(corr_matrix_plot.index), size = int(160 / corr_matrix_plot.shape[0]));
(in line 583/587 of feature_selector.py) results in your problems. Actually, you can change the size = *
.