Congrats AdrinSent from my phone - sorry to be brief and potential misspell.
Hello Parker,
I can tell you my experience.
I start to contribute to sklearn two month ago, and I start with code
review, this way I can learn how sklearn is written and how is the
workflow, read issue and try to solve them. Then, I make some PR.
I can tell that the core devs are very friendly a
Thank you all for all the support, patience, and mentorship you've had and
now having me on board. It's an absolute pleasure working with you :)
On Sun, 9 Dec 2018 at 10:10 Guillaume LemaƮtre
wrote:
> Congrats Adrin
>
> Sent from my phone - sorry to be brief and potential misspell.
> *From:* qin
Hi everyone,
I am using agglomerative clustering with an L1 distance matrix as input and
the "complete" linkage option.
I want to impose an additional constraint. When 2 clusters are combined and
the cost of combination is equal for multiple cluster pairs, I want to
choose the pair for which the
> I want to impose an additional constraint. When 2 clusters are combined and
> the
> cost of combination is equal for multiple cluster pairs, I want to choose the
> pair for which the combined cluster has the least size.
> What is the cleanest and easiest way of achieving this?
I don't think th