mljar / mljar-supervised

Python package for AutoML on Tabular Data with Feature Engineering, Hyper-Parameters Tuning, Explanations and Automatic Documentation
https://mljar.com
MIT License
2.99k stars 400 forks source link

change Arial font in base_automl.py to avoid issues in linux #590

Open yairVanti opened 1 year ago

yairVanti commented 1 year ago

in base_automl.py there is the following configuration : font-family: Arial

it causes ubunto docker containers running mljar to write the following message extensively:

WARNING | matplotlib.font_manager - findfont: Font family 'Arial' not found.

can this font be changes to some non-office font so this message will disappear ?

pplonski commented 1 year ago

Hi @yairVanti,

thanks for reporting, are you able to provide PR? Thanks

yairVanti commented 1 year ago

opened https://github.com/mljar/mljar-supervised/pull/594 , please check

pplonski commented 1 year ago

Fixed in #594

Thank you @yairVanti

yairVanti commented 1 year ago

thanks @pplonski , can you release a new version with the fix ?

pplonski commented 1 year ago

sure! version 0.11.4 pushed to PyPi

pplonski commented 1 year ago

please see https://github.com/mljar/mljar-supervised/pull/594#issuecomment-1369617264