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
3k stars 401 forks source link

tqdm warning in notebook #657

Open pplonski opened 12 months ago

pplonski commented 12 months ago

In kaggle notebook I got warning:

Using `tqdm.autonotebook.tqdm` in notebook mode. Use `tqdm.tqdm` instead to force console mode (e.g. in jupyter console)

image

ayush8587 commented 11 months ago

You should try to upgrade the supervised library version by using below command. !pip install --upgrade supervised