Christopher Yeh
Christopher Yeh
"The factor $$\tau_j(x_j)$$" is actually correct as written. $$\tau_j(x_j)$$ indeed summarizes all of the information from the subtree rooted at $$x_j$$. I have made this notation more consistent by rewriting...
Thanks for taking the time to read these notes so carefully! Your point about potentially having multiple children is something I overlooked, so I'm going to re-open this pull request....
Hi @MarcCoru, thanks for your interest in SustainBench! The code is admittedly still in draft shape, so there are some known issues with loading the data. We're working hard to...
I'm having the same issue. My code looks like: ```python from typing import Literal dest: Literal["tata", "tutu"] for src in ["tata", "tutu"]: dest = src ``` and mypy is complaining
@rusty1s - Since the wheels for `torch-spline-conv` links against GLIBC, and some systems have older versions of GLIBC installed, would it be possible to have `torch-spline-conv` (`pyg` conda version) link...
> Yes, I think this is possible. Am I correct to assume that all we need to do is install `glib` via `conda` prior to building the package [here](https://github.com/rusty1s/pytorch_spline_conv/blob/master/.github/workflows/building-conda.yml)? I...
@yoannchaudet Is there any chance this can get merged?
+1 on this! I would love to be able to document my class and instance variables with any of the 3 following styles, all of which are supported by [`sphinx.ext.autodoc`](https://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html)...
Still facing the same issue, as of autoapi version 2.1.1.
Hi, repo author here. I apologize for these data preprocessing issues, which are known. I am working on creating an updated data preprocessing pipeline. See the [chrisyeh96/africa_poverty_clean](https://github.com/chrisyeh96/africa_poverty_clean) repo for the...