Kilian Kluge
Kilian Kluge
Currently, the Cropper component emits the _change_ event once the stencil has been moved/resized. I would like to receive an event when the stencil starts changing as well, e.g., a...
Anonymous access of GCP bucket fails with `ValueError: Anonymous credentials cannot be refreshed.`
Affects modelstore 0.0.74. To reproduce: ```shell # create a new environment (Python 3.8) python -m venv env source env/bin/activate # install modelstore and GCP CLI pip install modelstore google-cloud-storage python...
The new `feature_store` sub-package was not added to `setup.py` which leads to an import error when trying to run a workflow. This went completely unnoticed by the automated tests. There...
This error appears (predominantly?) for Python 3.7 workflows but not always
More and more data science packages start to drop support for Python 3.7. For example, `scikit-learn` and `mlflow` no longer support it (PRs #335 and #355)
Instead of using the hard-coded version, let's use the visualime package from PyPI