Leonardo U Spairani
Leonardo U Spairani
Hi I'm using windows 10, python 3.6.4, I'm trying to bunddle the example app into an .exe. When I run it with this command it works just fine, it stays...
[BUG]: The `plot_model` function does not generate an out of sample forecast --pre release version:
### pycaret version checks - [X] I have checked that this issue has not already been reported [here](https://github.com/pycaret/pycaret/issues). - [X] I have confirmed this bug exists on the [latest version](https://github.com/pycaret/pycaret/releases)...
It seems Flask-Uploads got outdated. Here is a fix for the error `ImportError: cannot import name 'secure_filename' from 'werkzeug'`: https://stackoverflow.com/questions/61628503/flask-uploads-importerror-cannot-import-name-secure-filename In `flask_uploads.py` Change ```py from werkzeug import secure_filename, FileStorage ```...
Hi I tried to install jupyterlab-docker and I had this issue: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-t3ldl8ep/pandas/ The issue is described in: https://gist.github.com/orenitamar/f29fb15db3b0d13178c1c4dd611adce2 I solved...