Tialo

Results 24 comments of Tialo

Probably validation of `X` can be skipped in `ClassifierChain.fit` same as in `MultiOutputClassifier.fit`, It will be validated by `estimator` anyway. There is also validation of `X` in `ClassifierChain.predict`, it converts...

`ensure_all_finite` should be added to the source code of class `_BaseChain` in function `validate_data`

@thomasmdrayton Right now I am using pydantic==1.10.24, it seems to not raise exceptions on import

I couldn't find mention of dropout neither in documentation of [WordPiece](https://huggingface.co/docs/tokenizers/api/models#tokenizers.models.WordPiece) model nor [WordPieceTrainer](https://huggingface.co/docs/tokenizers/api/trainers#tokenizers.trainers.WordPieceTrainer) Also I couldn't instantiate either of those classes with parameter dropout, I always get warning `Ignored...