Vinícius Veloso de Melo

Results 3 issues of Vinícius Veloso de Melo

Plots are being saved without labels and titles. **To Reproduce** ```python pip install pycaret[full] from pycaret.regression import * from pycaret.datasets import get_data data = get_data('insurance') s = setup(data, target =...

bug
plot_model

Hi. Awesome plugin! Thanks a lot for that. I'm working with notebooks but numbering is not showing on HTML when sections are added programatically, although they appear in the notebook....

Hello, I'd like to test the old benchmark code (https://github.com/pydata/numexpr/blob/master/bench/vml_timing.py) for evaluating the performance of numexpr3 against numpy. I've removed the vml configuration to use the one of numexpr3. However,...