-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change Arial font in base_automl.py to avoid issues in linux #590
Labels
enhancement
New feature or request
Comments
Hi @yairVanti, thanks for reporting, are you able to provide PR? Thanks |
opened #594 , please check |
Fixed in #594 Thank you @yairVanti |
thanks @pplonski , can you release a new version with the fix ? |
sure! version |
please see #594 (comment) |
@Marchlak do we still have problems with font? |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ?
The text was updated successfully, but these errors were encountered: