Tialo
Tialo
#### Reference Issues/PRs Towards https://github.com/scikit-learn/scikit-learn/issues/26024 #### What does this implement/fix? Explain your changes. Added common test like in `metrics/tests/test_common.py`. As supervised clusters metrics operate with labels imo it is wrong...
#### Reference Issues/PRs Towards https://github.com/scikit-learn/scikit-learn/issues/26024 #### What does this implement/fix? Explain your changes. #### Any other comments?
Now ClassifierChain can accept nan, as well as MultiOutputClassifier #### Reference Issues/PRs resolves https://github.com/scikit-learn/scikit-learn/issues/29856 #### What does this implement/fix? Explain your changes. #### Any other comments?
I am not sure if this is expected behavior, but tokenizer, trained on the same data sometimes encodes same data differently reproducer ```python from tokenizers import Tokenizer from tokenizers.pre_tokenizers import...
Parameter `end_of_word_suffix` seems to be ignored by `BPE`. Because of this, decoding does not put whitespaces between words repoducer ```python from tokenizers import Tokenizer from tokenizers.pre_tokenizers import Whitespace from tokenizers.models...
### Describe the bug Steps to reproduce ```bash uv init -p 3.10 uv add wandb 'pydantic==1.9.2' uv run python -c "import wandb" ``` I get an error `ImportError: cannot import...