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
3.05k stars 406 forks source link

Tons of plots appearing while fitting #451

Closed jmrichardson closed 3 years ago

jmrichardson commented 3 years ago

I am on windows using pycharm IDE following a tutorial an example tutorial. When I fit the model, I get a bunch of figures that pop up on the screen and then it errors out with a pixelmap error. Here is a screen shot

image

Thanks for any help

jmrichardson commented 3 years ago

I set explain_level=0 and problem resolved

pplonski commented 3 years ago

@jmrichardson thanks for reporting. This looks like a bug - I would like to look closer on it. All figures should be plotted to file and displayed in README.md file.

jmrichardson commented 3 years ago

I just restarted my PC, which of course restarted PyCharm, to see if it was something with pycharm or my PC. Fortunately, it fixed the problem of plots appearing and they do appear in the readme. Sorry for any inconvenience but don't think it's an issue with mljar. And by the way, I have only just started playing with mljar and it is REALLY nice! Thanks so much for this package! So much easier and intuitive than anything else I have used!