Peter Hausamann
Peter Hausamann
For easier usage, the package should replicate all sklearn estimators in their respective modules by decorating them with a generalized `EstimatorWrapper`. Users could then use all sklearn estimators just by...
The callable `function` should be allowed to change the shape of the data. For this to work, we need a `reshapes` syntax similar to the estimator wrappers.
The `coord` parameter of the `Target` constructor should accept a list of coordinates, not just a single coordinate as well as some way of specifying a rule how to combine...
Indices of retained features can be obtained by calling `SelectorMixin.get_support()`.
### Description I've run into an issue with ``logging_redirect_tqdm`` when the stream handler log level differs from the root logger level. In my use case, I want to log to...
Hi, first of all a big thank you for creating this versatile framework! I'm wondering whether it's possible to publish a ROS topic with all vertices and the associated timestamps...
Request for project inclusion in scikit-learn-contrib * Project name: sklearn-xarray * Project description: [xarray](http://xarray.pydata.org/en/stable/) compatibility wrappers for sklearn * Authors: Peter Hausamann * Current repository: https://github.com/phausamann/sklearn-xarray * Requirements: * [x]...
Is there a TF display widget similar to the one in RViz that visualizes all broadcasted reference frames? From the code it seems like `TFClient` does not have any display...
### Actions before raising this issue - [X] I searched the existing issues and did not find anything similar. - [X] I read/searched [the docs](https://github.com/cvat-ai/cvat/tree/master#documentation) ### Steps to Reproduce 1....
`from keras_tqdm import TQDMCallback` `from copy import deepcopy` `deepcopy(TQDMCallback())` doesn't work because `stderr` can't be pickled. A quick fix is to set `output_file=None`. Maybe this should be the default?