Thomas J. Fan
Thomas J. Fan
Closes https://github.com/pola-rs/polars/issues/14544 This PR adds an example in the user guide about `collect(background=True`. The user guide also includes a warning stating that the feature may change at any point.
This PR adds documentation for the neptune plugin.
With https://github.com/scikit-learn/scikit-learn/pull/29705, we have a simple way to freeze estimators, which means there is no need for `cv="prefit"`. This also opens the door for https://github.com/scikit-learn/scikit-learn/pull/8350 to make `Pipeline` and `FeatureUnion`...
SciPy is planning to remove `sokalmichener`: https://github.com/scipy/scipy/pull/21572 We reimplement `SokalMichenerDistance` in the distance metric, and it's exactly the same as the implementation `RogersTanimotoDistance`. We can follow SciPy's lead and remove...
#### Reference Issues/PRs Simpler version of https://github.com/scikit-learn/scikit-learn/pull/26440 #### What does this implement/fix? Explain your changes. This PR implements lazy loading at the top level. With this PR, it enables users...
This PR is checking if the CI fails with windows + protobuf 5.28.0.
#### Context What is the purpose of this PR? Is it to - [ ] add a new feature - [ ] fix a bug - [ ] update tests...
## Description `sin_triton` is not defined but not used in the tutorial. The tutorial uses `mysin` to launch the triton kernel for torch tensors. ## Checklist - [x] The issue...
Scikit-learn released 1.0 in 2021: https://github.com/scikit-learn/scikit-learn/releases/tag/1.0 It is currently on 1.6.1: https://github.com/scikit-learn/scikit-learn/releases
## Describe your changes This PR adds a `GRPCErrorDetailsCodec` which will be used with `grpclib` to encode and decode `GRPCError.details`. Implementation-wise, we'll pass it as a `status_details_codec` into [grpclib here](https://github.com/vmagamedov/grpclib/blob/b841b4e861c4ac82c7e1f3bfa0aea03dd0b9ba18/grpclib/client.py#L139),...