Josh Levy-Kramer

Results 44 comments of Josh Levy-Kramer

Hi @mphelp, Thanks for your interest in the project 😃. One of the main principles of the DataClassFrame is that it's column wise immutable i.e. the schema should not change...

Hi, thanks for your interest in the library 🙂 It would be possible to support that. I think it would be equivalent to weighting the distances. The distances are generated...

I've had a rethink... I've had a look at how [scikit-learn defines `sample_weights`](https://scikit-learn.org/stable/modules/clustering.html#k-means): > The algorithm supports sample weights, which can be given by a parameter sample_weight. This allows to...

I’m happy to take contributions to the project if you would like to have a go adding this as a feature

Hi, great to hear your using the package 🙂. One way around it would be to use `k-means-constrained==0.6.0` which works with `numpy==1.20.3`. Another way is to clone this repo and...

Yes -the algorithm in principle could support it but this package doesn’t and doesn’t plan to. Feel free to ask questions about the code if you would like to make...

@raubitsj does wanadb now support support distributed training? Can you point me in the right direction as I can't find any documentation.

Any update regarding an installer for Linux (Ubuntu)?

Hi @mfitzp thanks for the reply. The project looks really interesting and I would definitely would find it useful. Unfortunately I don't have any time at the moment to help...

Yer that could work. That's not easily doable at the moment right?