feature-selector icon indicating copy to clipboard operation
feature-selector copied to clipboard

plots text problem

Open Moeinh77 opened this issue 6 years ago • 2 comments

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 screenshot from 2019-01-16 18-07-44

Moeinh77 avatar Jan 16 '19 14:01 Moeinh77

Pasting your code here is more helpful to solve your problem.

free-free avatar Feb 02 '19 14:02 free-free

@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 = *.

hppy139 avatar Oct 29 '20 02:10 hppy139