Matej Aleksandrov
Matej Aleksandrov
It seems that LightGBM classifier can only produce results in `float64`. The package then only transforms the shape of that array and provides data to users. Casting to `float32` would...
The standard policy in our company remains that we use MIT license for code and Creative Commons for ML models. Because this package is basically a ML model wrapped in...
There are already a couple of past issues with discussions about this and even some code: - https://github.com/sentinel-hub/sentinel2-cloud-detector/issues/1 - https://github.com/sentinel-hub/sentinel2-cloud-detector/issues/4 - https://github.com/sentinel-hub/sentinel2-cloud-detector/issues/14 You are also welcome to contribute some code...
Hi, I can confirm the problem. A minimal example for reproducing this bug would be to run the following in Python 3.8: ```Python import pickle import datetime as dt from...
@ftobia Is there any chance this PR could be merged and a new version released? May I help with anything? This PR would close issues like this one: https://github.com/ftobia/pytest-ordering/issues/39
Hi @sscullen, I agree, we can try to make the package work with PyInstaller. In the newly released package version `2.4.2` we implemented your proposed change. Class `sentinelhub.constants.PackageProps` now imports...
We don't have any short-term plans to support download from GCS. However, we would be happy to accept any contributions regarding this.
For now you have to have `utils.py` script in the same folder as the notebook that you are running. Then the import should work. But I agree, it is confusing...
Hi @pisarik, I checked the code and I can confirm the following: - There is a mistake in the documentation of `get_dates` method. The method will always return dates from...
@mlubej, have you tried using a vector or vector timeless feature for this? These feature types use geodataframes.