-
Hello and thanks you for that package.
I came across a problem while trying to use a xgboost model that was trained on dataframe.
So this is my code:
```
X_train, X_test, y_train, y_test = load_c…
-
## Fetch multiple signals at once
- Update MdsSignal, MdsLocalSignal, MdsRemoteSignal to allow creation of a signal that stores multiple tdi strings (e.g. tags)
- Allow overloaded arguments to exist…
-
### Summary
The syntax highlighting is wrong with multiple default function implementations for a type-class in Haskell (like rust traits).
![image](https://github.com/user-attachments/assets/bba7a9…
-
I'm trying to key a data table row, by a tuple, rather than by a string¹.
This seems to work. `add_row(*row_data, key=(category, id))` when adding the row just works, and unpacking with `category, …
-
suggested transformation:
```nim
type
Fruit = enum
Banana, Apple
Bar = object
case kind: Fruit
of Banana:
bad: float
banana: int
of Apple: apple: string
…
-
Hello,
While trying to use kfac_jax in jax 0.4.13 (which is supported if I am not mistaken), I had to fix some errors.
I installed commit a4531e90bf7d3cc46b423b01f61eaafeccb02fed which is fairly r…
-
**Problem**: if you specify the an option with the same name at multiple levels, you get unpredictable results.
This is probably developer error, but it could be an edge case worth documenting (her…
-
## Description
We are integrating protovalidate for Protobuf validation in a Python service and noticing thousands of strange log messages coming from within `validate(request)`.
## Steps to Repro…
-
## Description
I have a dependency that loads a large fallback implementation when `typeof Intl.Segmenter === 'undefined'` but I know that in my target environment `typeof Intl.Segmenter === 'object'…
-
The FlagReranker.compute_scores has typing suggesting it always returns a list of floats, see
```
@torch.no_grad()
def compute_score(self, sentence_pairs: Union[List[Tuple[str, str]], Tup…