paco xander nathan

Results 103 comments of paco xander nathan

Something less 2008-ish :) It gets interesting to support a wider range of alternatives for installation, given that the RAPIDS parts can only be installed with `conda` which is specifically...

Another interesting point about this that I learned recently is NVIDIA appears to be prioritizing DGL support in RAPIDS then following later with PyG support.

Good points, all around! It's fine to have a breaking change, especially now as we're going through major refactoring and will need to bump to a major release update afterwards....

Wonderful! This is super helpful. The nearest neighbor parts would have some immediate use cases. BTW, there's already the `SubgraphMatrix` class in `subg.py` which handles the transform/inverse_transform from an RDF...

This is a good question. One caveat is that the name `subgraph` may be conflating two important features for our library: 1. providing _transform()_ and _inverse_transform()_ methods to convert between...

Excellent plan! Having a `Frame` class works well. Connotations of the word "Frame" (more general than "DataFrame" which is a table) fit well here. And I really agree with what...

This appears to be happening in several cases in `spaCy` and some of the GH issues point to using `srsly` https://github.com/explosion/srsly to resolving serialization issues.

Good question @javimontero , Will this help? => The call to `gym.make()` now takes kwarg parameters

We're building this which leverages `SpanMarker` and other LLM-based tasks in KG construction ... and if you notice the "report" this project has a very large `Argilla`-shaped puzzle piece missing...

for now, the CI actions for `pre-commit` is commented out, since the GH v3 is now archived. need to find a replacement.