WillKoehrsen / feature-selector

Feature selector is a tool for dimensionality reduction of machine learning datasets
GNU General Public License v3.0
2.23k stars 768 forks source link

plots text problem #19

Open Moeinh77 opened 5 years ago

Moeinh77 commented 5 years ago

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

free-free commented 5 years ago

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

hppy139 commented 4 years ago

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