-
**Describe the bug**
No attribute defined for 'FeatureSelection' object
```python
getattr(transformer, 'feature_importances_')
------------------------------------------------------------------…
-
### Feature request
It would be great if there would be support for high performance, highly scalable text deduplication algorithms as part of the datasets library.
### Motivation
Motivated by this…
-
It would be helpful to have a hook to allow custom attribute filtering. I propose something much simpler than #24 that would integrate with the existing builder syntax:
```go
// AttrTransform is …
-
The section of the docs I am talking about it [this one](https://docs.makie.org/stable/documentation/events/index.html#mouse_interaction).
The example uses `mp = events(scene).mouseposition[]`. In …
-
We already have many parts to make it happen. I.e. voting system can be somehow resued to allow polls (i.e. multiple items inside of a single comment). However, this function will need a special rende…
-
For very large datasets (10k+ subjects), the cost of storing even a small minimal set of derivatives for each subject can become large. Internally, we delay transforming data in order to do as much as…
-
This is related to https://github.com/llvm/circt/issues/4886 in that this is sort of a special case. Fixing #4886 would fix this issue so long as infer-resets is followed by dedup (as it currently is)…
-
Hi! I've just picked up Malli for a project, and I was wondering if there is a way to use a custom `key-fn` (as in `clojure.data.json` or Jsonista's mappers) when converting to JSON Schema. My spec ha…
-
Somewhat on the fence with this...
It would be easier for developers to work with the response body after it has been fully retrieved. This happens at the expense of asynchronous piping from the tar…
-
Hi there,
I am writing a DataFrame containing missings to disk, then other people import the file into their visualization software.
If the missing values are empty cells then all is well.
If the…