Hi, @Alexey Zinoviev <zaleslaw....@gmail.com>.

Currently, Ignite supports only these distances
(org.apache.ignite.ml.math.distances) :
- ChebyshevDistance
- CosineSimilarity
- EuclideanDistance
- HammingDistance
- JaccardIndex
- ManhattanDistance
- MinkowskiDistance

But in scipy (
https://docs.scipy.org/doc/scipy/reference/spatial.distance.html) we can
find at least:
- BrayCurtis
- Canberra
- Jensen-Shannon
- Seuclidean
- Weighted Minkowski

I can implement those and coverage with unit tests.

On Tue, 25 Aug 2020 at 02:36, Denis Magda <dma...@apache.org> wrote:

> Hi Mark,
>
> Welcome to the community! Hope you'll find it delightful to contribute to
> the Ignite ML component.
>
> I've added you to JIRA's contributors' list, so you're good to go. Just in
> case, @Alexey Zinoviev <zaleslaw....@gmail.com>  is our main ML
> maintainer,
> but, probably, you already know him.
>
> -
> Denis
>
>
> On Mon, Aug 24, 2020 at 3:42 PM Mark Andreev <mark.andr...@gmail.com>
> wrote:
>
> > Hello, I want to join the Ignite community as a developer. My field of
> > interests is Machine learning, so I can start with extending
> > DistanceMeasure implementations (migrate from scipy).
> >
> > Please, could you give me a contribution permission (username:
> mrkandreev)?
> >
> > --
> > Best regards,
> > Mark Andreev
> >
>


-- 
Best regards,
Mark Andreev

Reply via email to