Nima Sarajpoor
                                            Nima Sarajpoor
                                        
                                    Currently, `aamp` accepts argument `p` (with default `2.0`) to calculate p-norm distance. According to [a code written by scipy community](https://github.com/scipy/scipy/blob/de80faf9d3480b9dbb9b888568b64499e0e70c19/scipy/spatial/distance.py#L471), it is better to use `np.square(..)` when `p is 2`....
It seems that the test functions for `feature_selection` are not passing in the branch `main`. I got: ``` # run in bash: pytest mlxtend/feature_selection/tests/. #### ================= 24 failed, 71 passed,...
Hello, I read about issues about passing customized distance function to the UMAP. I realized that we can easily feed the UMAP with the distance matrix instead (#348 ). Right?...
Hello, Thanks for your effort in the implementation. I was wondering if I could use your package for k-mean clustering based on rough (+fuzzy) concept?
This issue is to optimize the [6-step FFT algorithm](http://wwwa.pikara.ne.jp/okojisan/otfft-en/sixstepfft.html), as discussed initially in #938. We will try to improve the performance of each block of the algorithm. Each result MUST...
In short, [Cache-Oblivious Algorithm (COA)](https://en.wikipedia.org/wiki/Cache-oblivious_algorithm#:~:text=In%20computing%2C%20a%20cache%2Doblivious,as%20an%20explicit%20parameter.) is an algorithm that takes advantage of cache without knowing the cache size. [This paper](http://supertech.csail.mit.edu/papers/FrigoLePr12.pdf) proposes COA for rectangular matrix transpose, fast Fourier transform (FFT),...
Even when tests are fully passing, I can see some errors and warnings in the "Annotations" section of Actions. In unit testing, for macos-latest, python 3.8, I can see the...
The test function `tests/test_snippets.py::test_mpdist_snippets_s_with_isconstant` may sometimes fail. The following script exposes the failure: ``` # stumpy version: 1.12.0 import numpy as np import numpy.testing as npt import functools import naive...
According to [this document](https://www.pyopensci.org/software-peer-review/how-to/editors-guide.html#respond-to-the-submitter-in-the-github-issue), the editor seems to be responsible for updating labels. Is that still correct, or is it something that should be done by Editor-in-Chief (EiC)? If it...
See #998 . - [x] Speed up stumpi, `_update_egress` method - [x] Speed up stumpi, `_update` method - [x] Speed up aampi, `_update_egress` method - [x] Speed up aampi, `_update`...