Petkomat

Results 9 comments of Petkomat

In Java 17, this solution is not a solution anymore: `Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option --illegal-access=permit; support was removed in 17.0`. I got the error `Unable to...

I pip-uninstalled the version that I got via pip and installed the version from this repository. Now, `prepare` works, however, the code crashes in the line `neighbors, distances = index.query(xs)`....

Now, I looked into the code. If I understand correctly, the exception is raised because the code finds the hyperplanes, but their normal vectors are of dimension 1 (which is...

By mistake, I have also included my implementation of `NNDescent.update_with_changed_data`, which gives an option for efficient updates of data that changes with time (as is the case in my usecase)....

Faced the same problem. I think it's `scipy` related and that `return np.array(result)` lines at the end of similarity functions in `recommenders/utils/python_utils.py` should be changed to `return result.toarray()`. For example,...

Almost a year later, I cannot find the option to produce Avro messages. Is this option expected to appear in the near future?

Just to confirm: your examples are $(x, y)$ where $x = (x_1, \dots, x_n)$ are the inputs, $y$ is the price, and $x_i$ and $y$ are time series?

I am using docker image `redpandadata/console:latest` (image id: e592ab596862)

Now, it behaves interestingly. Our schemas have more references and I noticed the following: 1. When I choose any reference `A` and click on it at least once, nothing happens...